secfilter: fix compilation warning
> secfilter.c:516:15: warning: comparison of address of 'msg->rcv.src_ip' equal to a null pointer is always false [-Wtautological-pointer-compare]
> if(&msg->rcv.src_ip == NULL)
> ~~~~~~~~~^~~~~~ ~~~~
> 1 warning generated.