From 51dad2a56015c4b7b646fcdbff3e334c8c1b7e90 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 17 Jan 2007 14:09:14 +0000 Subject: r20848: Minor typo. Guenther (This used to be commit fb730e1e7bb83d7dcf8a78302268e384fb9676ee) --- source3/nsswitch/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 1a3e761adc..598c83f769 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -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; } -- cgit