]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
02_Reverse-lookup-support.diff
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 8a30110fda92a6d9ade9257e38191ba041692862..fada9b30b9ca054115a7e4a811c65db2dfbb7bd2 100644 (file)
--- a/error.h
+++ b/error.h
@@ -176,6 +176,7 @@ extern const char **para_errlist[];
 #define NET_ERRORS \
        PARA_ERROR(CONNECT, "connect error"), \
        PARA_ERROR(NAME_TOO_LONG, "name too long for struct sockaddr_un"), \
+       PARA_ERROR(ADDRESS_LOOKUP, "address lookup / socket creation failed"), \
        PARA_ERROR(CHMOD, "failed to set socket mode"), \
        PARA_ERROR(SENDMSG, "sendmsg() failed"), \
        PARA_ERROR(RECVMSG, "recvmsg() failed"), \