Open hdatma opened 4 years ago
opendkim.c:5023:12: warning: comparison of array 'dfc->mctx_domain' equal to a null pointer is always false [-Wtautological-pointer-compare] dfc->mctx_domain == NULL) ~~~~~^~~~~~~~~~~ ~~~~
I think you mean this instead:
- dfc->mctx_domain == NULL) + strcmp( dfc->mctx_domain, "&" ) == 0)
Anybody?
Acknowledged. I'm working on the new release right now, and will verify and validate this issue.
-M
I think you mean this instead: