The --iconv option has now made it to the trunk.

This commit is contained in:
Wayne Davison
2007-04-26 05:53:13 +00:00
parent 3f7afe7ec1
commit 332cf6df7c
16 changed files with 463 additions and 128 deletions

View File

@@ -409,7 +409,7 @@ static int *open_socket_in(int type, int port, const char *bind_addr,
* unsuccessful, or if the daemon is being run with -vv. */
for (s = 0; s < ecnt; s++) {
if (!i || verbose > 1)
rwrite(FLOG, errmsgs[s], strlen(errmsgs[s]));
rwrite(FLOG, errmsgs[s], strlen(errmsgs[s]), 0);
free(errmsgs[s]);
}
free(errmsgs);