0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-02-20 02:30:07 +01:00

Fix erroneous return value.

This commit is contained in:
Jason Volk 2016-07-16 11:26:38 -07:00
parent 8a5fb52836
commit d58468f03b

View file

@ -341,7 +341,7 @@ make_server_conf(void)
server_p->aftype = AF_UNSPEC;
return rb_malloc(sizeof(struct server_conf));
return server_p;
}
void