]> git.sur5r.net Git - openldap/blobdiff - servers/slurpd/config.c
Update BDB version number to 2.7.5... should rewrite this.
[openldap] / servers / slurpd / config.c
index 2dc50aa357fd087578bc391e4c512c900433df76..e9b5d7e7c1600fd75602cdc0c7973e64a35520db 100644 (file)
@@ -18,8 +18,8 @@
 #include "portable.h"
 
 #include <stdio.h>
-#include <stdlib.h>
 
+#include <ac/stdlib.h>
 #include <ac/string.h>
 #include <ac/socket.h>
 #include <ac/ctype.h>
@@ -177,10 +177,9 @@ strtok_quote(
            break;
 
        case '\\':
-           if ( next[1] ) {
+           if ( next[1] )
                SAFEMEMCPY( next, next + 1, strlen( next + 1 ) + 1 );
-               next++;         /* dont parse the escaped character */
-           }
+           next++;             /* dont parse the escaped character */
            break;
 
        default: