summaryrefslogtreecommitdiff
path: root/xdmauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'xdmauth.c')
-rw-r--r--xdmauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdmauth.c b/xdmauth.c
index d2c3e9d..b54d5ce 100644
--- a/xdmauth.c
+++ b/xdmauth.c
@@ -92,9 +92,9 @@ XdmGetAuthHelper (unsigned short namelen, char *name, int includeRho)
return (Xauth *) 0;
new->family = FamilyWild;
new->address_length = 0;
- new->address = 0;
+ new->address = NULL;
new->number_length = 0;
- new->number = 0;
+ new->number = NULL;
if (includeRho)
new->data_length = 16;
else