From: Alan T. DeKok Date: Fri, 24 May 2019 20:00:30 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4b07eea40f0a89cfb883f225fe53b1d2535ef2;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/bin/unit_test_module.c b/src/bin/unit_test_module.c index 11b46ef014d..ce2e1e2bce6 100644 --- a/src/bin/unit_test_module.c +++ b/src/bin/unit_test_module.c @@ -593,7 +593,7 @@ int main(int argc, char *argv[]) RADCLIENT *client = NULL; CONF_SECTION *unlang; char *auth_type; - fr_dict_t *dict = NULL: + fr_dict_t *dict = NULL; char const *receipt_file = NULL; TALLOC_CTX *autofree = talloc_autofree_context();