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:
parent
8a5fb52836
commit
d58468f03b
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ make_server_conf(void)
|
|||
|
||||
server_p->aftype = AF_UNSPEC;
|
||||
|
||||
return rb_malloc(sizeof(struct server_conf));
|
||||
return server_p;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue