commit 427c28844a8b71d6b4acda08c1375fc6d7aa0bed
parent 0a2066f7b22c29bd9271762e8f7751bcb5ff2045
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date: Thu, 24 Dec 2020 15:46:37 -0800
Remove cruft from testing
This was changed when I was working on implementing 7 type support.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -1,7 +1,7 @@
/* gawk config.h */
/* default gopher hole (path, host, port): */
-static const char *default_address[] = { "/", "localhost", "70", NULL };
+static const char *default_address[] = { "/", "localhost", "70" };
/* signals to handle */
static const int signals[] = { SIGABRT, SIGCHLD, SIGINT, SIGTERM };