Loading
net: app: No need to print anything if resolving is not possible
The code was trying to print peer IP address string but that
pointer could contain garbage. There is actually no need to print
anything in this case, the error code return is enough.
Signed-off-by:
Jukka Rissanen <jukka.rissanen@linux.intel.com>