Fix build for WITH_SOCKS=no.

pull/1600/head
Roger A. Light 6 years ago
parent 6d8f9781a8
commit 86dca50798

@ -1434,6 +1434,7 @@ cleanup:
if(port) free(port);
return 1;
}
#endif
void err_printf(const struct mosq_config *cfg, const char *fmt, ...)
{
@ -1446,4 +1447,3 @@ void err_printf(const struct mosq_config *cfg, const char *fmt, ...)
va_end(va);
}
#endif

Loading…
Cancel
Save