------------------------------------------------------------
revno: 577
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
branch nick: tridge
timestamp: Fri 2007-07-13 09:14:31 +1000
message:
  fixed the sense of do_setsched
modified:
  server/ctdbd.c                 ctdbd.c-20070411085044-dqmhr6mfeexnyt4m-1
=== modified file 'server/ctdbd.c'
--- a/server/ctdbd.c    2007-07-12 22:47:02 +0000
+++ b/server/ctdbd.c    2007-07-12 23:14:31 +0000
@@ -226,7 +226,7 @@
                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);

Reply via email to