Fix erroneous return value.
This commit is contained in:
parent
6621472435
commit
e4a7cf9f50
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…
Reference in a new issue