summaryrefslogtreecommitdiff
path: root/source4/lib/cmdline/popt_common.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-01-28 12:01:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:33 -0500
commit210d3c1dc760af8e21fbfd5b23e87a1c937051d4 (patch)
tree5e40d61d747824f13771c24f88140897733d8aec /source4/lib/cmdline/popt_common.c
parent086655dcb63303803286e172cf772069988aad4e (diff)
downloadsamba-210d3c1dc760af8e21fbfd5b23e87a1c937051d4.tar.gz
samba-210d3c1dc760af8e21fbfd5b23e87a1c937051d4.tar.bz2
samba-210d3c1dc760af8e21fbfd5b23e87a1c937051d4.zip
r13205: Add another useful comment.
Andrew Bartlett (This used to be commit 78d634047f41466e4bf169e727f730d776949b33)
Diffstat (limited to 'source4/lib/cmdline/popt_common.c')
-rw-r--r--source4/lib/cmdline/popt_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c
index f31408b5ad..0ede432424 100644
--- a/source4/lib/cmdline/popt_common.c
+++ b/source4/lib/cmdline/popt_common.c
@@ -62,6 +62,7 @@ static void popt_common_callback(poptContext con,
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));