]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
samba: Remove unused INTERFACES setting
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 13 Oct 2020 15:49:33 +0000 (16:49 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 13 Oct 2020 16:06:19 +0000 (17:06 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/samba.cgi

index deb79b9c8c28a2f266c8e0d706f0a611a4c9c1f4..ec1237134691f84f03dd1a83d509fa4ac5bedb9a 100644 (file)
@@ -59,7 +59,6 @@ my %shares = ();
 #################################### Initialisierung von Samba Variablen fr global Settings ###############################
 
 $sambasettings{'WORKGRP'} = uc($mainsettings{'DOMAINNAME'});
-$sambasettings{'INTERFACES'} = '';
 $sambasettings{'ROLE'} = 'standalone';
 $sambasettings{'REMOTEANNOUNCE'} = '';
 $sambasettings{'REMOTESYNC'} = '';