1
1

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.
Этот коммит содержится в:
Jeff Squyres 2007-12-06 11:36:44 +00:00
родитель 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) {