summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-06-19 11:11:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:27 -0500
commitec22c30581f0809b6a008982abceb97b4f9cd12e (patch)
tree3889af10736b7b1b38119bc4eb1fa548f3f06b2e
parent1d941961e0739c22d32720bac4ecd6beef6d74c5 (diff)
downloadsamba-ec22c30581f0809b6a008982abceb97b4f9cd12e.tar.gz
samba-ec22c30581f0809b6a008982abceb97b4f9cd12e.tar.xz
samba-ec22c30581f0809b6a008982abceb97b4f9cd12e.zip
r23543: Adjust comments.
-rw-r--r--source/utils/net_conf.c16
1 files changed, 3 insertions, 13 deletions
diff --git a/source/utils/net_conf.c b/source/utils/net_conf.c
index 605ad3fdd2b..15b67b38563 100644
--- a/source/utils/net_conf.c
+++ b/source/utils/net_conf.c
@@ -20,19 +20,9 @@
*/
/*
- * This currently only an interface to the configuration
- * stored inside the samba registry. In the future there
- * might be support for other configuration backends as well.
- */
-
-/*
- * TODO:
- *
- * - check uid 0 for write operations
- * - check for valid parameter names and types (loadparm...) ???
- * - check for correctness of shares (service_ok) ?
- * - refactor to use _internal functions for pieces of code
- *
+ * This is an interface to the configuration stored inside the
+ * samba registry. In the future there might be support for other
+ * configuration backends as well.
*/
#include "includes.h"