diff options
author | Michael Adam <obnox@samba.org> | 2007-06-19 11:11:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:27 -0500 |
commit | ac1a7e2f9600b192c18e836bb6286b74156fffcc (patch) | |
tree | f3f479d850f73473df04fac4155074ba0c36c735 | |
parent | c7749c8f9390c0041686859994eb2ef89d20709b (diff) | |
download | samba-ac1a7e2f9600b192c18e836bb6286b74156fffcc.tar.gz samba-ac1a7e2f9600b192c18e836bb6286b74156fffcc.tar.bz2 samba-ac1a7e2f9600b192c18e836bb6286b74156fffcc.zip |
r23543: Adjust comments.
(This used to be commit ec22c30581f0809b6a008982abceb97b4f9cd12e)
-rw-r--r-- | source3/utils/net_conf.c | 16 |
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" |