summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-01 10:46:45 +0200
committerVolker Lendecke <vl@samba.org>2009-08-03 21:42:55 +0200
commit3d15d044a9cc998238c8f4e07094fedb3f9215fe (patch)
tree563ed26289209da2db1a48926b97f62a0dec8dc5
parente4d276f737082e67173a4050deecc8454e90024b (diff)
downloadsamba-3d15d044a9cc998238c8f4e07094fedb3f9215fe.tar.gz
samba-3d15d044a9cc998238c8f4e07094fedb3f9215fe.tar.bz2
samba-3d15d044a9cc998238c8f4e07094fedb3f9215fe.zip
Fix a typo
-rw-r--r--source3/winbindd/winbindd_user.c2
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)));