chiark / gitweb /
udp, polypath: Log destination address in `some success' messages
[secnet.git] / secnet.c
index 7aaaef543145411ab27b3f07fca42753f4173fcf..756ab62b78aa27f3d7734ec671ef4cb11da0c697 100644 (file)
--- a/secnet.c
+++ b/secnet.c
@@ -331,7 +331,7 @@ static void run(void)
        if (shortfall) {
            allocdfds *= 2;
            allocdfds += shortfall;
-           fds=safe_realloc_ary(fds,sizeof(*fds),allocdfds, "run");
+           REALLOC_ARY(fds,allocdfds);
        }
        shortfall=0;
        idx=0;