]> diplodocus.org Git - nmh/blobdiff - sbr/client.c
new.c: Order two return statements to match comment.
[nmh] / sbr / client.c
index 36b2525b7e33eb5c3323e6b0fa699cc5d0cc88f4..a64461bc109c514cbcdc4ff1e91059fc1d4df76c 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * client.c -- connect to a server
+/* client.c -- connect to a server
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -29,7 +28,7 @@ client (char *server, char *service, char *response, int len_response,
        return NOTOK;
     }
 
-    memset(&hints, 0, sizeof(hints));
+    ZERO(&hints);
 #ifdef AI_ADDRCONFIG
     hints.ai_flags = AI_ADDRCONFIG;
 #endif