]> code.citadel.org Git - citadel.git/commitdiff
* remove a debugging trap I accidentally left in the code
authorMichael Hampton <io_error@uncensored.citadel.org>
Tue, 25 Jun 2002 14:21:35 +0000 (14:21 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Tue, 25 Jun 2002 14:21:35 +0000 (14:21 +0000)
citadel/ChangeLog
citadel/citadel_ipc.c

index 208ef0a4c18746142f2ac43207876290654c0624..701ddf15e6ba9b8370a5e9909f3aaa6c31cc7ad8 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 591.55  2002/06/25 14:21:35  error
+ * remove a debugging trap I accidentally left in the code
+
  Revision 591.54  2002/06/24 20:17:43  error
  * Fixed code for client segfault at login
 
@@ -3770,3 +3773,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index a25cc4fa7c063f7e9411068a2e958a3bc0c70960..e26760fe1780201787dcb4bc9c01a284d9352170 100644 (file)
@@ -11,7 +11,6 @@
 #  include <time.h>
 # endif
 #endif
-#include <signal.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <string.h>
@@ -403,7 +402,6 @@ int CtdlIPCGetSingleMessage(long msgnum, int headers, int as_mime,
                                int a;
 
                                extract_token(aaa, bbb, 0, '\n');
-                               raise(SIGTRAP);
                                a = strlen(aaa);
                                safestrncpy(bbb, &bbb[a + 1], strlen(bbb) - a);