1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-26 18:50:30 +03:00

Eventscripts: remove "return 0" from 50.samba service_stop().

This potentially masks errors and was basically included by accident.

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit e7e4a1b4f31118027fd13a6223192f9957cf2e74)
This commit is contained in:
Martin Schwenke 2011-08-16 13:18:40 +10:00
parent 81292ac0e6
commit 1452b63d27

View File

@ -115,8 +115,6 @@ service_stop ()
check_ctdb_manages_winbind ; then
service "$CTDB_SERVICE_WINBIND" stop
fi
return 0
}
service_reconfigure ()