1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

r289: BUG 1246 -- fix syntax error

(This used to be commit d02e3c14f5e986239df397456955b9cbcee81568)
This commit is contained in:
Gerald Carter 2004-04-20 01:36:04 +00:00 committed by Gerald (Jerry) Carter
parent ae2e649074
commit 26915c7a31

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