Rev 577: fixed the sense of do_setsched in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Thu Jul 12 23:14:32 GMT 2007


------------------------------------------------------------
revno: 577
revision-id: tridge at samba.org-20070712231431-0ng90ee3tw25qzq1
parent: tridge at samba.org-20070712231415-fomtcd17zo1vdgpf
committer: Andrew Tridgell <tridge at samba.org>
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);



More information about the samba-cvs mailing list