@ -3595,4 +3595,4 @@ static bool replay_queue(struct rawpacket_tailhead *q)
}
return b;
@ -3816,4 +3816,4 @@ ex:
exiterr:
result = 1;
goto ex;
@ -392,4 +392,4 @@ void cleanup_params(struct params_s *params)
#else
free(params->user); params->user=NULL;
#endif
@ -281,4 +281,4 @@ int DLOG_ERR(const char *format, ...);
int DLOG_PERROR(const char *s);
int DLOG_CONDUP(const char *format, ...);
int HOSTLIST_DEBUGLOG_APPEND(const char *format, ...);
void hexdump_limited_dlog(const uint8_t *data, size_t size, size_t limit);