Rev 462: use the right IP from the passed structure in takeip/releaseip calls in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Mon Jun 4 13:52:13 GMT 2007


------------------------------------------------------------
revno: 462
revision-id: tridge at samba.org-20070604135212-nbfooxyvqyaiyata
parent: tridge at samba.org-20070604122852-z351kj9m6s28x08f
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Mon 2007-06-04 23:52:12 +1000
message:
  use the right IP from the passed structure in takeip/releaseip calls
modified:
  takeover/system.c              system.c-20070525071636-a5n1ihghjtppy08r-3
=== modified file 'takeover/system.c'
--- a/takeover/system.c	2007-06-01 22:46:49 +0000
+++ b/takeover/system.c	2007-06-04 13:52:12 +0000
@@ -48,7 +48,7 @@
 
 	/* for now, we only handle AF_INET addresses */
 	if (saddr->sin_family != AF_INET) {
-		DEBUG(0,(__location__ " not an ipv4 address\n"));
+		DEBUG(0,(__location__ " not an ipv4 address (family is %u)\n", saddr->sin_family));
 		return -1;
 	}
 



More information about the samba-cvs mailing list