diff options
Diffstat (limited to 'source4/lib/events')
-rw-r--r-- | source4/lib/events/events_standard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/events/events_standard.c b/source4/lib/events/events_standard.c index 8150a069c0..fd4b88008b 100644 --- a/source4/lib/events/events_standard.c +++ b/source4/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); |