1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r289: BUG 1246 -- fix syntax error

This commit is contained in:
Gerald Carter 2004-04-20 01:36:04 +00:00 committed by Gerald (Jerry) Carter
parent 95c68103ea
commit d02e3c14f5

View File

@ -52,7 +52,7 @@ stop() {
killproc winbindd -TERM
RETVAL=$?
[ $RETVAL -eq 0 ] \
&& && rm -f /var/run/nmbd.pid \
&& rm -f /var/run/nmbd.pid \
&& rm -f /var/lock/subsys/winbindd
echo ""
return $RETVAL