summaryrefslogtreecommitdiff
path: root/source3/lib/username.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-15 03:46:30 +0000
committerTim Potter <tpot@samba.org>2002-04-15 03:46:30 +0000
commitbffc4efd0fdb93ced54b7edecfcafec28353289a (patch)
tree84ac04a46912924b9986774c6f4f69e3cb93ecfc /source3/lib/username.c
parent492ab172d4b78ec87e775a8f040b25138890d2e8 (diff)
downloadsamba-bffc4efd0fdb93ced54b7edecfcafec28353289a.tar.gz
samba-bffc4efd0fdb93ced54b7edecfcafec28353289a.tar.bz2
samba-bffc4efd0fdb93ced54b7edecfcafec28353289a.zip
Merge of comment fix.
(This used to be commit 0e3be3603e6fea05cc8febd6ba50a5064e225901)
Diffstat (limited to 'source3/lib/username.c')
-rw-r--r--source3/lib/username.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/username.c b/source3/lib/username.c
index 1504fd6a06..da603949bc 100644
--- a/source3/lib/username.c
+++ b/source3/lib/username.c
@@ -493,7 +493,7 @@ BOOL user_in_list(const char *user,char **list)
while (*list) {
- DEBUG(10,("user_in_list: checking user |%s| in group |%s|\n", user, *list));
+ DEBUG(10,("user_in_list: checking user |%s| against |%s|\n", user, *list));
/*
* Check raw username.