summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2011-08-16 13:18:40 +1000
committerMartin Schwenke <martin@meltin.net>2011-08-16 13:18:40 +1000
commit1452b63d27383b64fb83038da0d4da59b6b0dc6a (patch)
tree67d13240ddb3b601d28761333295865d29b77d5b
parent81292ac0e6e378a37523e74b750a34c9fc2eed96 (diff)
downloadsamba-1452b63d27383b64fb83038da0d4da59b6b0dc6a.tar.gz
samba-1452b63d27383b64fb83038da0d4da59b6b0dc6a.tar.xz
samba-1452b63d27383b64fb83038da0d4da59b6b0dc6a.zip
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)
-rwxr-xr-xctdb/config/events.d/50.samba2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/config/events.d/50.samba b/ctdb/config/events.d/50.samba
index 1c6822714f..bf143bf26e 100755
--- a/ctdb/config/events.d/50.samba
+++ b/ctdb/config/events.d/50.samba
@@ -115,8 +115,6 @@ service_stop ()
check_ctdb_manages_winbind ; then
service "$CTDB_SERVICE_WINBIND" stop
fi
-
- return 0
}
service_reconfigure ()