Apply correct casts to check_ext_mail and check_ext_mail_status
As always, the funcion pointers should be cast to the correct type before calling them, rather than calling them with the wrong type and trying to cast the result. Fixes a warning compiling mail.c on 64 bit architectures, and this might well have caused a crash when using the qmail plugin on those architectures too.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
[Changes 1.2.2]
|
||||
|
||||
* Cast check_ext_mail and check_ext_mail_status function pointers to the
|
||||
correct type before using them. This might have caused a problem with
|
||||
the qmail plugin on 64 bit architectures. (caf)
|
||||
|
||||
* Fix bug in DCC privileged port detection logic. (caf)
|
||||
|
||||
* Don't show DCC "Handshake failed" message twice, improve the message itself
|
||||
|
||||
Reference in New Issue
Block a user