]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Fri, 24 May 2019 20:00:30 +0000 (16:00 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 24 May 2019 20:07:40 +0000 (16:07 -0400)
src/bin/unit_test_module.c

index 11b46ef014dd98c0b7a06277a702e0e069a3b84e..ce2e1e2bce61696e31f1a66c8d668d837523f77d 100644 (file)
@@ -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();