]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CID #145370 - Re-enable commented out code
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 15 Sep 2019 18:57:09 +0000 (13:57 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 15 Sep 2019 19:17:14 +0000 (14:17 -0500)
src/lib/server/virtual_servers.c

index 6386fc6f7c0714d4b48aec857e655234e5b2a4d5..89f51323c6fb4ca4a69a32668b3399149fcee5f2 100644 (file)
@@ -248,12 +248,8 @@ static int namespace_on_read(UNUSED TALLOC_CTX *ctx, UNUSED void *out, UNUSED vo
        }
 
        if (virtual_server_namespace_set(server_cs, proto_dict, proto_dir) < 0) {
-#if 1
-               return 0;
-#else
                cf_log_perr(ci, "Failed initialising namespace \"%s\" - %s", namespace_str, fr_strerror());
                return -1;
-#endif
        }
 
        return 0;