From fc261be681f55d5cf17ffe58471a71cda6ad202d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 1 Aug 2009 00:24:35 +0200 Subject: Fix indentation --- source3/winbindd/winbindd_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/winbindd_user.c b/source3/winbindd/winbindd_user.c index 5ab2f2b4a6..2d59942e17 100644 --- a/source3/winbindd/winbindd_user.c +++ b/source3/winbindd/winbindd_user.c @@ -270,7 +270,7 @@ static void getpwsid_queryuser_recv(void *private_data, bool success, } if ( acct_name && *acct_name ) { - fstrcpy( username, acct_name ); + fstrcpy( username, acct_name ); } else { char *domain_name = NULL; enum lsa_SidType type; -- cgit