1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r22985: don't do checkins late at night ....

thanks to Volker for spotting this!
This commit is contained in:
Andrew Tridgell 2007-05-18 01:23:35 +00:00 committed by Gerald (Jerry) Carter
parent f60817d797
commit d28fc5f87f

View 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);