BIG patch...
[vlendec/samba-autobuild/.git] / source3 / nmbd / nmbd_subnetdb.c
index 7875cd06b4e6ee91a896fdbdb0d7940b5af1cdda..62968264259d9a70b7512a51dc0d168dac95a4e5 100644 (file)
@@ -105,7 +105,7 @@ void close_subnet(struct subnet_record *subrec)
   Create a subnet entry.
   ****************************************************************************/
 
-static struct subnet_record *make_subnet(char *name, enum subnet_type type,
+static struct subnet_record *make_subnet(const char *name, enum subnet_type type,
                                         struct in_addr myip, struct in_addr bcast_ip, 
                                         struct in_addr mask_ip)
 {