mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r13296: Align trunk with branches/SAMBA_3_0.
Add missing '\' in branches/SAMBA_3_0.
This commit is contained in:
parent
f259de8b69
commit
a60aed7a38
@ -15,7 +15,7 @@ netbios_setup() {
|
||||
|
||||
# Nor should we continue if no settings have changed
|
||||
if [ "$new_netbios_name_servers" = "$old_netbios_name_servers" ] \
|
||||
&& [ "$new_netbios_scope" = "$old_netbios_scope" ]
|
||||
&& [ "$new_netbios_scope" = "$old_netbios_scope" ] \
|
||||
&& [ -f $SAMBA_DHCP_CONF ]
|
||||
then
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user