Update of /cvsroot/mahogany/M/lib/dspam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24890

Modified Files:
        dspam.c error.h libdspam.c 
Log Message:
merged in DSPAM_3_0_0_SNAP-20040705 snapshot

Index: dspam.c
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/dspam.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- dspam.c     7 Jul 2004 23:43:00 -0000       1.2
+++ dspam.c     8 Jul 2004 07:44:07 -0000       1.3
@@ -187,5 +187,6 @@
 #ifdef TRUSTED_USER_SECURITY
       if (!trusted) {
-        report_error(ERROR_UNTRUSTED_SET);
+       
+        report_error_printf("Untrusted user '%s' may not specify --user", p->pw_name);
         exit(EXIT_FAILURE);
       }

Index: error.h
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/error.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- error.h     7 Jul 2004 23:43:00 -0000       1.2
+++ error.h     8 Jul 2004 07:44:07 -0000       1.3
@@ -46,5 +46,5 @@
 #else
 #ifdef DEBUG
-char debug_text[1024];
+extern char debug_text[1024];
 void debug (const char *text);
 #      define  LOGDEBUG( ... ) \

Index: libdspam.c
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/libdspam.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- libdspam.c  7 Jul 2004 23:43:00 -0000       1.2
+++ libdspam.c  8 Jul 2004 07:44:07 -0000       1.3
@@ -65,4 +65,5 @@
 #ifdef DEBUG
 int DO_DEBUG = 0;
+char debug_text[1024];
 #endif
 



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to