diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-27 16:13:51 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-29 10:44:13 +0200 |
commit | ccc18d4d5d3aa0c6a5767bdb8f0dbdd761b93897 (patch) | |
tree | 59180b5a975466fa266ac2d4ccdc6897e0934a85 /source3/winbindd | |
parent | 58feaa794791fd33fdb44686c6296e6bbfa8e7a1 (diff) | |
download | samba-ccc18d4d5d3aa0c6a5767bdb8f0dbdd761b93897.tar.gz samba-ccc18d4d5d3aa0c6a5767bdb8f0dbdd761b93897.tar.bz2 samba-ccc18d4d5d3aa0c6a5767bdb8f0dbdd761b93897.zip |
s3:winbind: Fix a typo
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_lookupsid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_lookupsid.c b/source3/winbindd/winbindd_lookupsid.c index 1281835bd3..6f4ae4d0c7 100644 --- a/source3/winbindd/winbindd_lookupsid.c +++ b/source3/winbindd/winbindd_lookupsid.c @@ -1,6 +1,6 @@ /* Unix SMB/CIFS implementation. - async implementation of WINBINDD_GETPWNAM + async implementation of WINBINDD_LOOKUPSID Copyright (C) Volker Lendecke 2009 This program is free software; you can redistribute it and/or modify |