fix typo in debug
authorGerald Carter <jerry@samba.org>
Sat, 26 Jul 2003 12:01:35 +0000 (12:01 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 26 Jul 2003 12:01:35 +0000 (12:01 +0000)
(This used to be commit ed61628d8b051049636f48ec4372b2e19090628c)

source3/nsswitch/winbindd_user.c

index 65eb0fcbee9372a9b7cd25437f2e19f441e7e606..c0b0d94167e8f71a60ed1dbf5a1b576ace863320 100644 (file)
@@ -131,7 +131,7 @@ enum winbindd_result winbindd_getpwnam(struct winbindd_cli_state *state)
        /* should we deal with users for our domain? */
        
        if ( lp_winbind_trusted_domains_only() && strequal(name_domain, lp_workgroup())) {
-               DEBUG(7,("winbindd_getpenam: My domain -- rejecting getpwnam() for %s\\%s.\n", 
+               DEBUG(7,("winbindd_getpwnam: My domain -- rejecting getpwnam() for %s\\%s.\n", 
                        name_domain, name_user));
                return WINBINDD_ERROR;
        }