summaryrefslogtreecommitdiffstats
path: root/ctdb/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-05-18 11:24:45 +1000
committerAndrew Tridgell <tridge@samba.org>2007-05-18 11:24:45 +1000
commit2d9f0ee60656e60b87b7aa16a789b11e8abeae75 (patch)
treef9ce1b922a8784daba19c560cabfd17f1d76ec94 /ctdb/lib
parent51f5bd2b316e51528567d2281817fc37eeca1674 (diff)
downloadsamba-2d9f0ee60656e60b87b7aa16a789b11e8abeae75.tar.gz
samba-2d9f0ee60656e60b87b7aa16a789b11e8abeae75.tar.xz
samba-2d9f0ee60656e60b87b7aa16a789b11e8abeae75.zip
merge from samba4
(This used to be ctdb commit 3028a1b5c21b981c4487b55f026e6645bbeada89)
Diffstat (limited to 'ctdb/lib')
-rw-r--r--ctdb/lib/events/events_standard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/lib/events/events_standard.c b/ctdb/lib/events/events_standard.c
index 8150a069c0..fd4b88008b 100644
--- a/ctdb/lib/events/events_standard.c
+++ b/ctdb/lib/events/events_standard.c
@@ -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);