]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove unnecessary assertion
authorAlan T. DeKok <aland@freeradius.org>
Wed, 8 Jun 2011 16:07:35 +0000 (18:07 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 8 Jun 2011 16:07:35 +0000 (18:07 +0200)
src/main/process.c

index d5931204644389d4eae8a6d007fccb8d292c6a7d..3c64150bad81970d8b7e3f7283811e0d30d92500 100644 (file)
@@ -2370,10 +2370,6 @@ static void ping_home_server(void *ctx)
        VALUE_PAIR *vp;
        struct timeval when, now;
 
-#ifdef WITH_TCP
-       rad_assert(home->proto != IPPROTO_TCP);
-#endif
-
        if ((home->state == HOME_STATE_ALIVE) ||
            (home->ping_check == HOME_PING_CHECK_NONE) ||
            (home->ev != NULL)) {