From 3ff1fc3932a019abfb1fd475d68477c16379b10d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 8 Jan 2008 15:21:08 +0100 Subject: Extend a comment. Michael (This used to be commit 081435250709af734ec1e49e2539b091f2d92dfb) --- source3/param/loadparm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 29166cf02e..358fabfb2a 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -3514,7 +3514,9 @@ done: /* * this is process_registry_globals as it _should_ be (roughly) * using the reg_api functions... - * + * + * We are *not* currently doing it like this due to the large + * linker dependecies of the registry code (see above). */ static bool process_registry_globals(bool (*pfunc)(const char *, const char *)) { -- cgit