From ac1a7e2f9600b192c18e836bb6286b74156fffcc Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 19 Jun 2007 11:11:01 +0000 Subject: r23543: Adjust comments. (This used to be commit ec22c30581f0809b6a008982abceb97b4f9cd12e) --- source3/utils/net_conf.c | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'source3/utils') 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" -- cgit