]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix whitespace
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 1 Nov 2012 08:02:38 +0000 (08:02 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 1 Nov 2012 08:02:38 +0000 (08:02 +0000)
src/main/connection.c

index a7b949efb727b50a53a2152442ef4775e1443ab4..f289007e09f8af9ffd0b4983b54719233a0a8195 100644 (file)
@@ -256,7 +256,7 @@ int fr_connection_add(fr_connection_pool_t *fc, void *conn)
        /*
         *      Too many connections: can't add it.
         */
-        if (fc->num >= fc->max) {
+       if (fc->num >= fc->max) {
                pthread_mutex_unlock(&fc->mutex);
                return 0;
        }