lzaoral / rpms / tftp

Forked from rpms/tftp 2 years ago
Clone
Blob Blame History Raw
--- tftp-hpa-0.42/tftp/main.c.old	2006-02-16 18:45:22.000000000 +0100
+++ tftp-hpa-0.42/tftp/main.c	2006-03-22 11:52:10.000000000 +0100
@@ -304,9 +305,11 @@
     (*c->handler)(pargc, pargv);
     exit(0);
   }
-  if (sigsetjmp(toplevel,1) != 0)
+  /*
+  if (sigsetjmp(toplevel,1) != 0) {
     (void)putchar('\n');
-  
+  }
+  */
 #ifdef WITH_READLINE
 #ifdef HAVE_READLINE_HISTORY_H
   using_history();