Removed unused variable
authoraland <aland>
Wed, 26 Sep 2007 10:46:55 +0000 (10:46 +0000)
committeraland <aland>
Wed, 26 Sep 2007 10:46:55 +0000 (10:46 +0000)
src/main/modules.c

index 583197c..433a0b5 100644 (file)
@@ -876,7 +876,6 @@ int setup_modules(int reload, CONF_SECTION *config)
        for (listener = mainconfig.listen;
             listener != NULL;
             listener = listener->next) {
-               const char *name = NULL;
                char buffer[256];
 
                if (listener->type == RAD_LISTEN_PROXY) continue;