]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
merge from samba4
authorAndrew Tridgell <tridge@samba.org>
Fri, 18 May 2007 01:24:45 +0000 (11:24 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 May 2007 01:24:45 +0000 (11:24 +1000)
(This used to be ctdb commit 3028a1b5c21b981c4487b55f026e6645bbeada89)

ctdb/lib/events/events_standard.c

index 8150a069c0f4b74f7ee798b54cc378e9fdbf360b..fd4b88008b1335b08ada9ef902ad4612fbe76320 100644 (file)
@@ -72,9 +72,7 @@ struct std_event_context {
 */
 static void epoll_fallback_to_select(struct std_event_context *std_ev, const char *reason)
 {
-       const char *cmd = talloc_asprintf(std_ev, "xterm -e gdb --pid %u", getpid());
        DEBUG(0,("%s (%s) - falling back to select()\n", reason, strerror(errno)));
-       system(cmd);
        close(std_ev->epoll_fd);
        std_ev->epoll_fd = -1;
        talloc_set_destructor(std_ev, NULL);