Avoid redundant check for NULL defport->unix_addr in config.c

Anything in the middle of a structure will always be non-null. clang 3.6.0 warns on this because it is redundant.

See my branch config-remove-redundant-assert in my teor2345 github.