summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/utils/net_conf.c16
1 files changed, 3 insertions, 13 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c
index 605ad3fdd2..15b67b3856 100644
--- a/source3/utils/net_conf.c
+++ b/source3/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"