]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r15359: Fix typo
authorVolker Lendecke <vlendec@samba.org>
Sun, 30 Apr 2006 14:14:46 +0000 (14:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:37 +0000 (11:16 -0500)
(This used to be commit 46d3c7668bdbaaab1b8854617aa7c235f51a74e0)

source3/smbd/share_access.c

index df5f445587fbf3809be588bcb089fc53c657269f..468f61560b927c10fdea0181816b7c2de572ade7 100644 (file)
@@ -204,7 +204,8 @@ BOOL user_ok_token(const char *username, struct nt_user_token *token, int snum)
                if (!token_contains_name_in_list(username,
                                                 lp_servicename(snum), token,
                                                 lp_valid_users(snum))) {
-                       DEBUG(10, ("User %s no in 'valid users'\n", username));
+                       DEBUG(10, ("User %s not in 'valid users'\n",
+                                  username));
                        return False;
                }
        }