Corrected typo
authoraland <aland>
Sun, 30 Dec 2007 08:41:41 +0000 (08:41 +0000)
committeraland <aland>
Sun, 30 Dec 2007 08:41:41 +0000 (08:41 +0000)
src/main/listen.c

index 58db195..4b3fbc1 100644 (file)
@@ -1004,7 +1004,7 @@ rad_listen_t *proxy_new_listener()
        }
 
        if (!old) {
-               listen_free(this);
+               listen_free(&this);
                return NULL;    /* This is a serious error. */
        }
 
@@ -1032,7 +1032,7 @@ rad_listen_t *proxy_new_listener()
                }
        }
 
-       listen_free(this);
+       listen_free(&this);
        return NULL;
 }