1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Fix a typo

This commit is contained in:
Volker Lendecke 2009-08-01 10:46:45 +02:00
parent e4d276f737
commit 3d15d044a9

View File

@ -288,7 +288,7 @@ static void getpwsid_queryuser_recv(void *private_data, bool success,
&s->user_sid, &domain_name,
&user_name, &type );
/* If this still fails we ar4e done. Just error out */
/* If this still fails we are done. Just error out */
if ( !user_name ) {
DEBUG(5,("Could not obtain a name for SID %s\n",
sid_string_dbg(&s->user_sid)));