Fix typo in incorrect variable name; only noticed now because someone
actually compiled on a system without syslog support (Brian B.). :-) This commit was SVN r16863.
Этот коммит содержится в:
родитель
d49b07b390
Коммит
00131df353
@ -499,7 +499,7 @@ static int do_open(int output_id, opal_output_stream_t * lds)
|
||||
info[i].ldi_syslog_priority = lds->lds_syslog_priority;
|
||||
}
|
||||
#else
|
||||
info[i].ldi_want_syslog = false;
|
||||
info[i].ldi_syslog = false;
|
||||
#endif
|
||||
|
||||
if (NULL != lds->lds_prefix) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user