diff options
author | Günther Deschner <gd@samba.org> | 2007-01-17 14:09:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:13 -0500 |
commit | 51dad2a56015c4b7b646fcdbff3e334c8c1b7e90 (patch) | |
tree | d3a951e8923ffe7a3a17d80b06d505b00f36ef9b | |
parent | bf219447a35d86913c1a643b66d993986a651360 (diff) | |
download | samba-51dad2a56015c4b7b646fcdbff3e334c8c1b7e90.tar.gz samba-51dad2a56015c4b7b646fcdbff3e334c8c1b7e90.tar.bz2 samba-51dad2a56015c4b7b646fcdbff3e334c8c1b7e90.zip |
r20848: Minor typo.
Guenther
(This used to be commit fb730e1e7bb83d7dcf8a78302268e384fb9676ee)
-rw-r--r-- | source3/nsswitch/winbindd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |