summaryrefslogtreecommitdiffstats
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
commit0e3be3603e6fea05cc8febd6ba50a5064e225901 (patch)
tree6ff817ab33e1f314d8de65840726c8f665a528e6
parent8ecfed59a3905c25a708172bf39511a0b7637776 (diff)
downloadsamba-0e3be3603e6fea05cc8febd6ba50a5064e225901.tar.gz
samba-0e3be3603e6fea05cc8febd6ba50a5064e225901.tar.xz
samba-0e3be3603e6fea05cc8febd6ba50a5064e225901.zip
Merge of comment fix.
-rw-r--r--source/lib/username.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/username.c b/source/lib/username.c
index 1504fd6a06e..da603949bc8 100644
--- a/source/lib/username.c
+++ b/source/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.