was mistakenly removed by
25b7fd056614 in Sudo 1.8.18 with the
removal of the ignore_iolog_errors variable.
/* Error: disable plugin's I/O function. */
plugin->u.io->log_ttyin = NULL;
}
+ ret = false;
break;
}
}
/* Error: disable plugin's I/O function. */
plugin->u.io->log_stdin = NULL;
}
+ ret = false;
break;
}
}
/* Error: disable plugin's I/O function. */
plugin->u.io->log_ttyout = NULL;
}
+ ret = false;
break;
}
}
/* Error: disable plugin's I/O function. */
plugin->u.io->log_stdout = NULL;
}
+ ret = false;
break;
}
}
/* Error: disable plugin's I/O function. */
plugin->u.io->log_stderr = NULL;
}
+ ret = false;
break;
}
}