POE_OK
int conf_edit_error = POE_OK; /* cached error for error reporting */
int conf_list_error = POE_OK; /* cached error for error reporting */
if (conf_edit_error != POE_OK) {
if (conf_list_error != POE_OK) {
| discover_command {conf_list_error = conf_edit_error = POE_OK;};
conf_list_error = conf_edit_error = POE_OK;
public final static int POE_OK = 0;
static int pool_errval = POE_OK;
return (POE_OK);
case POE_OK: