Search box is only enabled when the server's full text index is enabled.
[citadel.git] / citadel / modules / network / serv_network.c
index 8dbb877fc87a9f01add6dcf37e79d223f1186653..ee0152ced83bb86f3f1008d2fab1faee949342c0 100644 (file)
@@ -863,7 +863,6 @@ int read_spoolcontrol_file(SpoolControl **scc, char *filename)
        char buf[SIZ];
        char nodename[256];
        char roomname[ROOMNAMELEN];
-       char nexthop[256];
        size_t miscsize = 0;
        size_t linesize = 0;
        int skipthisline = 0;