So we add an empty dictionary for the "control" space.
We can later add attributes for packets which are sent to workers.
--- /dev/null
+## -*- text -*-
+# Copyright (C) 2019 The FreeRADIUS Server project and contributors
+# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
+# Version $Id$
+##############################################################################
+#
+# Dictionary for control sockets.
+#
+# $Id$
+#
+##############################################################################
+
+PROTOCOL Control 255
+
+#
+# For now there are no attributes in the control socket space.
+#
\ No newline at end of file
}
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;