]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Quiet clang scan
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 27 Nov 2016 01:30:39 +0000 (20:30 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 27 Nov 2016 01:30:39 +0000 (20:30 -0500)
src/main/connection.c

index e56c0d4932a9ca075df9afa3188be4aec9f74286..6a785a4fc1e98b4501ef650e9e5c61564dd425bc 100644 (file)
@@ -958,10 +958,7 @@ fr_connection_pool_t *fr_connection_pool_init(TALLOC_CTX *ctx,
        fr_connection_t *this;
        time_t now;
 
-       if (!cs || !opaque || !c) {
-               ERROR("%s: Invalid argument", __FUNCTION__);
-               return NULL;
-       }
+       if (!cs || !opaque || !c) return NULL;
 
        now = time(NULL);