summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-08 15:21:08 +0100
committerMichael Adam <obnox@samba.org>2008-01-09 01:47:10 +0100
commit3ff1fc3932a019abfb1fd475d68477c16379b10d (patch)
tree22a81316c3a5b05e85393020c524d72488175c48 /source3/param
parent2e3ac4d3fe65ee72111c03a9b6fabf06f8192a69 (diff)
downloadsamba-3ff1fc3932a019abfb1fd475d68477c16379b10d.tar.gz
samba-3ff1fc3932a019abfb1fd475d68477c16379b10d.tar.bz2
samba-3ff1fc3932a019abfb1fd475d68477c16379b10d.zip
Extend a comment.
Michael (This used to be commit 081435250709af734ec1e49e2539b091f2d92dfb)
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c4
1 files changed, 3 insertions, 1 deletions
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 *))
{