Author: tridge
Date: 2007-05-18 01:23:35 +0000 (Fri, 18 May 2007)
New Revision: 22985

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22985

Log:

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

thanks to Volker for spotting this!

Modified:
   branches/SAMBA_4_0/source/lib/events/events_standard.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/events/events_standard.c
===================================================================
--- branches/SAMBA_4_0/source/lib/events/events_standard.c      2007-05-18 
01:22:27 UTC (rev 22984)
+++ branches/SAMBA_4_0/source/lib/events/events_standard.c      2007-05-18 
01:23:35 UTC (rev 22985)
@@ -72,9 +72,7 @@
 */
 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);

Reply via email to