]> andersk Git - moira.git/blobdiff - server/mr_scall.c
Remove `delete_user_by_uid' since it's never been used in any logs we have,
[moira.git] / server / mr_scall.c
index 0301881259e8e251eaaae741cf38aa32e69365fd..9a72909cd2438a669505d0ef67da8940227806cf 100644 (file)
@@ -19,6 +19,7 @@ static char *rcsid_sms_scall_c = "$Header$";
 #include <sys/file.h>
 #include <fcntl.h>
 #include <string.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include <krb.h>
 #include <errno.h>
@@ -35,7 +36,7 @@ extern int dbms_errno, mr_errcode;
 static int row_count;
 
 /* Put this in a variable so that we can patch it if necessary */
-int max_row_count = 2048;
+int max_row_count = 4096;
 
 /*
  * Welcome to the (finite state) machine (highest level).
This page took 0.056501 seconds and 4 git commands to generate.