1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

ctdb.init: fix typo

Michael

(This used to be ctdb commit 145b85c948603cf977a5c5b53d9d9f63fbdba221)
This commit is contained in:
Michael Adam 2009-01-16 14:01:37 +01:00
parent 4c9db19c9a
commit 69ef570f0c

View File

@ -89,7 +89,7 @@ else
init_style="$CTDB_INIT_STYLE"
fi
reset_retval() {
set_retval() {
return $1
}