]> jfr.im git - solanum.git/blobdiff - ircd/wsproc.c
authd: fix "is provider done" logic in blacklist/opm providers
[solanum.git] / ircd / wsproc.c
index 2a0d34ace671a84ac76fd3442289fe984415e0a5..b11b0f3d01c84f54fc72c81b113d9bd157a49d00 100644 (file)
@@ -37,9 +37,6 @@
 static void ws_read_ctl(rb_fde_t * F, void *data);
 static int wsockd_count;
 
-static char tmpbuf[READBUF_SIZE];
-static char nul = '\0';
-
 #define MAXPASSFD 4
 #define READSIZE 1024
 typedef struct _ws_ctl_buf
@@ -369,7 +366,6 @@ ws_process_cmd_recv(ws_ctl_t * ctl)
 {
        rb_dlink_node *ptr, *next;
        ws_ctl_buf_t *ctl_buf;
-       unsigned long len;
 
        if(ctl->dead)
                return;