]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
print ... for unknown codes
authorAlan T. DeKok <aland@freeradius.org>
Mon, 26 Jun 2017 16:35:05 +0000 (12:35 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 26 Jun 2017 16:53:47 +0000 (12:53 -0400)
so that the debug output for the next commit isn't confusing

src/main/unlang_compile.c

index 6e0afa8c5fff740e4970a63a9d05010ec3a2cea2..32f8fc17dc7f4f135a86df0cfc82b96185084edb 100644 (file)
@@ -42,7 +42,7 @@ const FR_NAME_NUMBER mod_rcode_table[] = {
        { "noop",       RLM_MODULE_NOOP  },
        { "updated",    RLM_MODULE_UPDATED      },
        { "yield",      RLM_MODULE_YIELD      },
-       { "<unknown>",  RLM_MODULE_UNKNOWN      },
+       { "...",        RLM_MODULE_UNKNOWN      },
        { NULL, 0 }
 };