r20848: Minor typo.
authorGünther Deschner <gd@samba.org>
Wed, 17 Jan 2007 14:09:14 +0000 (14:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:13 +0000 (12:17 -0500)
Guenther
(This used to be commit fb730e1e7bb83d7dcf8a78302268e384fb9676ee)

source3/nsswitch/winbindd.c

index 1a3e761adcb072612715e0df598d48c7d3eaacb1..598c83f7691977861d34ad9575612a1796fdaa2d 100644 (file)
@@ -39,7 +39,7 @@ struct event_context *winbind_event_context(void)
        static struct event_context *ctx;
 
        if (!ctx && !(ctx = event_context_init(NULL))) {
-               smb_panic("Could not init smbd event context\n");
+               smb_panic("Could not init winbind event context\n");
        }
        return ctx;
 }