svn commit: samba r13205 - in branches/SAMBA_4_0/source/lib/cmdline: .

abartlet at samba.org abartlet at samba.org
Sat Jan 28 12:01:39 GMT 2006


Author: abartlet
Date: 2006-01-28 12:01:39 +0000 (Sat, 28 Jan 2006)
New Revision: 13205

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

Log:
Add another useful comment.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/cmdline/popt_common.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/cmdline/popt_common.c
===================================================================
--- branches/SAMBA_4_0/source/lib/cmdline/popt_common.c	2006-01-28 11:58:35 UTC (rev 13204)
+++ branches/SAMBA_4_0/source/lib/cmdline/popt_common.c	2006-01-28 12:01:39 UTC (rev 13205)
@@ -62,6 +62,7 @@
 		pname++;
 
 	if (reason == POPT_CALLBACK_REASON_PRE) {
+		/* Hook for 'almost the first thing to do in a samba program' here */
 		/* setup for panics */
 		fault_setup(poptGetInvocationName(con));
 



More information about the samba-cvs mailing list