summaryrefslogtreecommitdiff
path: root/server/subscr.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-10-02 11:31:08 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-10-02 11:31:08 +0000
commitbbe4376e137421b02443f20057e1cd79bb164964 (patch)
treec8625652c428c97271c3f1369bb9c65337681c68 /server/subscr.c
parent66025c9c4bf057e302c28072dd441b1832356edc (diff)
should use empty strings, not null pointers
Diffstat (limited to 'server/subscr.c')
-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, */