Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16707/runtime

Modified Files:
      Tag: GDK-2
        serialize_dflt.mx shttpd.c 
Log Message:
propagated changes of Tuesday Aug 21 2007 - Friday Aug 24 2007
from the development trunk to the GDK-2 branch


Index: shttpd.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/shttpd.c,v
retrieving revision 1.32
retrieving revision 1.32.4.1
diff -u -d -r1.32 -r1.32.4.1
--- shttpd.c    17 May 2007 22:47:10 -0000      1.32
+++ shttpd.c    24 Aug 2007 11:46:00 -0000      1.32.4.1
@@ -3105,7 +3105,7 @@
        }
 #endif /* _WIN32 */
 
-#if WITH_SSL
+#ifdef WITH_SSL
        if (STROPT(OPT_SSLCERT) != NULL) {
                /* Initialize SSL crap */
                SSL_load_error_strings();

Index: serialize_dflt.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/serialize_dflt.mx,v
retrieving revision 1.42
retrieving revision 1.42.2.1
diff -u -d -r1.42 -r1.42.2.1
--- serialize_dflt.mx   3 Aug 2007 22:56:45 -0000       1.42
+++ serialize_dflt.mx   24 Aug 2007 11:45:59 -0000      1.42.2.1
@@ -794,7 +794,7 @@
     if ( !(ctx->modes & MODE_NO_ROOT) ) {
         dflt_handle_endElement (ctx, NULL, dflt_ws->restag);
     }
-    /* a result sequence in MapiClient always has to end with '\n' */
+    /* a result sequence in mclient always has to end with '\n' */
     stream_write (ctx->out, "\n", 1, 1);
 
     return SUCCESS;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to