summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/krb5/addr_families.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/krb5/addr_families.c')
-rw-r--r--crypto/heimdal/lib/krb5/addr_families.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/krb5/addr_families.c b/crypto/heimdal/lib/krb5/addr_families.c
index 9b17abd..339d23b 100644
--- a/crypto/heimdal/lib/krb5/addr_families.c
+++ b/crypto/heimdal/lib/krb5/addr_families.c
@@ -33,7 +33,7 @@
#include "krb5_locl.h"
-RCSID("$Id: addr_families.c,v 1.23 2000/02/16 02:09:00 assar Exp $");
+RCSID("$Id: addr_families.c,v 1.24 2000/07/08 13:05:43 joda Exp $");
struct addr_operations {
int af;
@@ -523,7 +523,7 @@ krb5_parse_address(krb5_context context,
error = getaddrinfo (string, NULL, NULL, &ai);
if (error)
- return -1;
+ return krb5_eai_to_heim_errno(error);
n = 0;
for (a = ai; a != NULL; a = a->ai_next)
OpenPOWER on IntegriCloud