]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
remove experimental code
authorAndrew Tridgell <tridge@samba.org>
Sun, 27 May 2007 06:58:43 +0000 (16:58 +1000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 27 May 2007 06:58:43 +0000 (16:58 +1000)
(This used to be ctdb commit f1d91002247bedb2f163cc9a9515bbe2bbc2692e)

ctdb/tools/ctdb_control.c

index 47e05f42e0b7ad34a85f1972f7e189908adbd5f7..0a6580985df7e63eb7266ea6d31120450883d055 100644 (file)
@@ -1139,20 +1139,6 @@ int main(int argc, const char *argv[])
                { "thaw", control_thaw },
        };
 
-       {
-               struct sockaddr_in saddr, daddr;
-               inet_aton("192.168.115.128", &daddr.sin_addr);
-               inet_aton("192.168.115.1",   &saddr.sin_addr);
-               daddr.sin_port = htons(1234);
-               saddr.sin_port = htons(445);
-               daddr.sin_family = AF_INET;
-               saddr.sin_family = AF_INET;
-               ctdb_sys_send_ack(&daddr, &saddr);
-               exit(0);
-       }
-
-
-
        pc = poptGetContext(argv[0], argc, argv, popt_options, POPT_CONTEXT_KEEP_FIRST);
 
        while ((opt = poptGetNextOpt(pc)) != -1) {