diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-27 14:34:59 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-27 15:04:09 +0200 |
commit | 5a1240deac89b1821c987c3daed5a6ad597471f5 (patch) | |
tree | 26ce68e34af7b29465ec7b6b6202e73726e506b3 | |
parent | c4a95f900a64649527a0a299eb52c352c51a2ae7 (diff) | |
download | samba-5a1240deac89b1821c987c3daed5a6ad597471f5.tar.gz samba-5a1240deac89b1821c987c3daed5a6ad597471f5.tar.bz2 samba-5a1240deac89b1821c987c3daed5a6ad597471f5.zip |
s3:winbind: Fix a typo
-rw-r--r-- | source3/winbindd/winbindd_lookupname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_lookupname.c b/source3/winbindd/winbindd_lookupname.c index 51358d5d9b..c1d0bf04c1 100644 --- a/source3/winbindd/winbindd_lookupname.c +++ b/source3/winbindd/winbindd_lookupname.c @@ -1,6 +1,6 @@ /* Unix SMB/CIFS implementation. - async implementation of WINBINDD_GETPWNAM + async implementation of WINBINDD_LOOKUPNAME Copyright (C) Volker Lendecke 2009 This program is free software; you can redistribute it and/or modify |