diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-01 10:46:45 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-03 21:42:55 +0200 |
commit | 3d15d044a9cc998238c8f4e07094fedb3f9215fe (patch) | |
tree | 563ed26289209da2db1a48926b97f62a0dec8dc5 | |
parent | e4d276f737082e67173a4050deecc8454e90024b (diff) | |
download | samba-3d15d044a9cc998238c8f4e07094fedb3f9215fe.tar.gz samba-3d15d044a9cc998238c8f4e07094fedb3f9215fe.tar.bz2 samba-3d15d044a9cc998238c8f4e07094fedb3f9215fe.zip |
Fix a typo
-rw-r--r-- | source3/winbindd/winbindd_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_user.c b/source3/winbindd/winbindd_user.c index 0967afcf5c..c445ef0bdc 100644 --- a/source3/winbindd/winbindd_user.c +++ b/source3/winbindd/winbindd_user.c @@ -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))); |