Commit 33c9692f authored by Federico G. Schwindt's avatar Federico G. Schwindt

Polish

parent 4110be9a
......@@ -569,8 +569,8 @@ ip_magic(void)
sa = VSS_ResolveOne(NULL, "127.0.0.1", "0", 0, SOCK_STREAM, 0);
AN(sa);
bad_backend_fd = VTCP_bind(sa, NULL);
free(sa);
assert(bad_backend_fd >= 0);
free(sa);
VTCP_myname(bad_backend_fd, abuf, sizeof abuf, pbuf, sizeof(pbuf));
extmacro_def("localhost", "%s", abuf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment