From 210d3c1dc760af8e21fbfd5b23e87a1c937051d4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 28 Jan 2006 12:01:39 +0000 Subject: r13205: Add another useful comment. Andrew Bartlett (This used to be commit 78d634047f41466e4bf169e727f730d776949b33) --- source4/lib/cmdline/popt_common.c | 1 + 1 file changed, 1 insertion(+) 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)); -- cgit