Add comment header to function libnet_smbconf_drop().
authorMichael Adam <obnox@samba.org>
Tue, 25 Dec 2007 02:08:00 +0000 (03:08 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 25 Dec 2007 02:08:00 +0000 (03:08 +0100)
Michael
(This used to be commit e94edb6bdbc9379b48679d7c72618acfe862fe52)

source3/libnet/libnet_conf.c

index 5b3dea58efb2427cd07460cda76a576ceffbb907..c9b4f20de35e39cb34bd2a7188800dcf715db902 100644 (file)
@@ -243,6 +243,9 @@ done:
  *
  **********************************************************************/
 
+/**
+ * Drop the whole configuration (restarting empty).
+ */
 WERROR libnet_smbconf_drop(void)
 {
        char *path, *p;