]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fixed the sense of do_setsched
authorAndrew Tridgell <tridge@samba.org>
Thu, 12 Jul 2007 23:14:31 +0000 (09:14 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 12 Jul 2007 23:14:31 +0000 (09:14 +1000)
(This used to be ctdb commit 68bca2454ff43ce6d8aab2f87d669d33f5f2a10c)

ctdb/server/ctdbd.c

index 91e4d8f70b24d67e0ca299375d56e86731d524a3..287af59616cfd7de9fa8bdeebf89b737f9894676 100644 (file)
@@ -226,7 +226,7 @@ int main(int argc, const char *argv[])
                talloc_free(name);
        }
 
-       ctdb->do_setsched = !!options.no_setsched;
+       ctdb->do_setsched = !options.no_setsched;
 
        /* start the protocol running (as a child) */
        return ctdb_start_daemon(ctdb, interactive?False:True);