Fix compilation without zlib headers present, from the ratbox3 upstream
This commit is contained in:
parent
913bafd10e
commit
03d5e1e46b
|
@ -924,7 +924,7 @@ mod_process_cmd_recv(mod_ctl_t * ctl)
|
|||
#else
|
||||
case 'Y':
|
||||
case 'Z':
|
||||
send_nozlib_support(ctl);
|
||||
send_nozlib_support(ctl, ctl_buf);
|
||||
break;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue