1
0
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:
Lars Müller 2006-02-02 21:34:40 +00:00 committed by Gerald (Jerry) Carter
parent f259de8b69
commit a60aed7a38

View File

@ -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