From dff8e6b62c8f2a517e867a9137c8e1a777b129ad Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 25 Dec 2007 03:08:00 +0100 Subject: Add comment header to function libnet_smbconf_drop(). Michael (This used to be commit e94edb6bdbc9379b48679d7c72618acfe862fe52) --- source3/libnet/libnet_conf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c index 5b3dea58ef..c9b4f20de3 100644 --- a/source3/libnet/libnet_conf.c +++ b/source3/libnet/libnet_conf.c @@ -243,6 +243,9 @@ done: * **********************************************************************/ +/** + * Drop the whole configuration (restarting empty). + */ WERROR libnet_smbconf_drop(void) { char *path, *p; -- cgit