From: Arran Cudbard-Bell Date: Mon, 4 Nov 2019 19:30:36 +0000 (-0600) Subject: Revert "All protocols have to have a dictionary." - Until Alan pushes another hack X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7657317f92cdc9f7902afde716282c7fea9b0710;p=thirdparty%2Ffreeradius-server.git Revert "All protocols have to have a dictionary." - Until Alan pushes another hack This reverts commit 5f90fef77a7f91a3853cb279b3809f5676bb9ba4. # Conflicts: # share/dictionary/control/dictionary --- diff --git a/src/lib/server/virtual_servers.c b/src/lib/server/virtual_servers.c index b8758e73001..07c75601b33 100644 --- a/src/lib/server/virtual_servers.c +++ b/src/lib/server/virtual_servers.c @@ -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;