summaryrefslogtreecommitdiffstats
path: root/src/services.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/services.c')
-rw-r--r--src/services.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/services.c b/src/services.c
index 0ba195e9..83c26723 100644
--- a/src/services.c
+++ b/src/services.c
@@ -2,7 +2,8 @@
#include <datatype.h>
const struct symbol_table inet_service_tbl = {
- .symbols = {
+ .base = BASE_DECIMAL,
+ .symbols = {
SYMBOL("tcpmux", __constant_htons(1)),
SYMBOL("echo", __constant_htons(7)),
SYMBOL("discard", __constant_htons(9)),