Commit 6739f7f2 authored by Claes's avatar Claes

Compiled for 4.8.2

parent b230caa5
......@@ -494,8 +494,10 @@ errh_CErrLog (
args[argno] = NULL;
va_list tmp;
memset( &tmp, 0, sizeof(tmp));
s = get_header(get_severity(sts), string);
msg_vsprintf(s, msg, args, (va_list)NULL);
msg_vsprintf(s, msg, args, tmp);
errh_send(string, get_severity(sts), sts, errh_eMsgType_Log);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment