diff options
author | Michael Adam <obnox@samba.org> | 2008-03-18 00:51:15 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-21 02:25:55 +0100 |
commit | 77dd53ad5c2568a2f06d4ecd524c971ae967b17b (patch) | |
tree | b32668d049adee4dc3e36fc5b1dbebc53e9b6c8d /source3/lib/smbconf | |
parent | dd80c452a2fd794823f1ccb6a391bb78681213f4 (diff) | |
download | samba-77dd53ad5c2568a2f06d4ecd524c971ae967b17b.tar.gz samba-77dd53ad5c2568a2f06d4ecd524c971ae967b17b.tar.bz2 samba-77dd53ad5c2568a2f06d4ecd524c971ae967b17b.zip |
libsmbconf: fix a comment
Michael
(This used to be commit e6b60f6cad32ce8bb78abb070889dde3eca2d268)
Diffstat (limited to 'source3/lib/smbconf')
-rw-r--r-- | source3/lib/smbconf/smbconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/lib/smbconf/smbconf.c b/source3/lib/smbconf/smbconf.c index 4ccba09ef7..dc45a16c48 100644 --- a/source3/lib/smbconf/smbconf.c +++ b/source3/lib/smbconf/smbconf.c @@ -23,8 +23,7 @@ /********************************************************************** * * Helper functions (mostly registry related) - * TODO: These should be eventually static. - + * **********************************************************************/ /** |