summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/subscr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/subscr.c b/server/subscr.c
index f73aa4b..3a2e271 100644
--- a/server/subscr.c
+++ b/server/subscr.c
@@ -91,8 +91,8 @@ static ZSubscr_t matchall_sub = {
(ZSubscr_t *) 0,
(ZSubscr_t *) 0,
MATCHALL_CLASS,
- NULL,
- NULL };
+ "",
+ "" };
/* WARNING: make sure this is the same as the number of strings you */
/* plan to hand back to the user in response to a subscription check, */