From bbe4376e137421b02443f20057e1cd79bb164964 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 2 Oct 1989 11:31:08 +0000 Subject: should use empty strings, not null pointers --- server/subscr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/subscr.c') 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, */ -- cgit v1.2.3