svn commit: samba r20848 - in branches/SAMBA_3_0/source/nsswitch: .

gd at samba.org gd at samba.org
Wed Jan 17 14:09:15 GMT 2007


Author: gd
Date: 2007-01-17 14:09:14 +0000 (Wed, 17 Jan 2007)
New Revision: 20848

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20848

Log:
Minor typo.

Guenther

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd.c	2007-01-17 13:46:16 UTC (rev 20847)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd.c	2007-01-17 14:09:14 UTC (rev 20848)
@@ -39,7 +39,7 @@
 	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;
 }



More information about the samba-cvs mailing list