1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Fix indentation

This commit is contained in:
Volker Lendecke 2009-08-01 00:24:35 +02:00
parent c67037d986
commit fc261be681

View File

@ -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;