Eventscripts: remove "return 0" from 50.samba service_stop().
authorMartin Schwenke <martin@meltin.net>
Tue, 16 Aug 2011 03:18:40 +0000 (13:18 +1000)
committerMartin Schwenke <martin@meltin.net>
Tue, 16 Aug 2011 03:18:40 +0000 (13:18 +1000)
This potentially masks errors and was basically included by accident.

Signed-off-by: Martin Schwenke <martin@meltin.net>
config/events.d/50.samba

index 1c6822714f590e2fea5174546b56a3e83e9afa4b..bf143bf26eda632047a743d42df605bd25e73cec 100755 (executable)
@@ -115,8 +115,6 @@ service_stop ()
            check_ctdb_manages_winbind ; then
                service "$CTDB_SERVICE_WINBIND" stop
        fi
-
-       return 0
 }
 
 service_reconfigure ()