]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "All protocols have to have a dictionary." - Until Alan pushes another hack
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 4 Nov 2019 19:30:36 +0000 (13:30 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 4 Nov 2019 19:30:36 +0000 (13:30 -0600)
This reverts commit 5f90fef77a7f91a3853cb279b3809f5676bb9ba4.

# Conflicts:
# share/dictionary/control/dictionary

src/lib/server/virtual_servers.c

index b8758e730016dc83146ecdf7f1a9de2ffb6a5eba..07c75601b33abd696364d6c19c8ac54ac17f74ac 100644 (file)
@@ -265,8 +265,12 @@ 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;