summaryrefslogtreecommitdiff
path: root/common/ns_name.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ns_name.c')
-rw-r--r--common/ns_name.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/ns_name.c b/common/ns_name.c
index 5abb12a7..f4eda437 100644
--- a/common/ns_name.c
+++ b/common/ns_name.c
@@ -491,7 +491,7 @@ cleanup:
*lpp = NULL;
errno = EMSGSIZE;
return (-1);
- }
+ }
return (dstp - dst);
}
@@ -509,7 +509,7 @@ MRns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src,
{
u_char tmp[NS_MAXCDNAME];
int n;
-
+
if ((n = MRns_name_unpack(msg, eom, src, tmp, sizeof tmp)) == -1)
return (-1);
if (MRns_name_ntop(tmp, dst, dstsiz) == -1)