]> andersk Git - moira.git/blobdiff - server/qfollow.dc
Don't try to do a get_user_account_by_login with a username longer than 8
[moira.git] / server / qfollow.dc
index f541fc37133ac998a90f3388a25b09bd6e629eaf..7a63bd4d30a69598ab16c9a60a477f267940effe 100644 (file)
@@ -329,7 +329,7 @@ followup_fix_modby(q, sq, v, action, actarg, cl)
     client *cl;
 {
     register int i, j;
-    char **argv, *malloc();
+    char **argv;
     int id, status;
 
     i = q->vcnt - 2;
@@ -368,7 +368,7 @@ followup_guax(q, sq, v, action, actarg, cl)
     client *cl;
 {
     register int i, j;
-    char **argv, *malloc();
+    char **argv;
 #ifdef GDSS
     unsigned char sigbuf[256];
     char *kname;
@@ -638,7 +638,7 @@ followup_gpob(q, sq, v, action, actarg, cl)
     int actarg;
     client *cl;
 {
-    char **argv, *index();
+    char **argv;
     char *ptype, *p;
     int mid, sid, status, i;
 
@@ -700,10 +700,10 @@ followup_gsnt(q, sq, v, action, actarg, cl)
     int actarg;
     client *cl;
 {
-    char **argv, *malloc(), *realloc(), *type;
+    char **argv, *type;
     int id, i, idx, status;
 
-    idx = 7;
+    idx = 8;
 
     while (sq_get_data(sq, &argv)) {
        mr_trim_args(q->vcnt, argv);
@@ -765,7 +765,7 @@ followup_ghst(q, sq, v, action, actarg, cl)
     int actarg;
     client *cl;
 {
-    char **argv, *malloc(), *realloc(), *type;
+    char **argv, *type;
     int id, i, idx, status;
 
     while (sq_get_data(sq, &argv)) {
@@ -842,7 +842,7 @@ followup_glin(q, sq, v, action, actarg, cl)
     int actarg;
     client *cl;
 {
-    char **argv, *malloc(), *realloc(), *type;
+    char **argv, *type;
     int id, i, idx, status;
 
     idx = 8;
@@ -916,7 +916,7 @@ followup_gqot(q, sq, v, action, actarg, cl)
     client *cl;
 {
     register int j;
-    char **argv, *malloc();
+    char **argv;
     EXEC SQL BEGIN DECLARE SECTION;
     int id;
     char *name, *label;
@@ -1121,7 +1121,7 @@ followup_gpce(q, sq, v, action, actarg, cl)
     client *cl;
 {
     register int i, j;
-    char **argv, *malloc();
+    char **argv;
     int id, status;
 
     i = q->vcnt - 2;
This page took 0.121683 seconds and 4 git commands to generate.