Mapped unknown severity text to ALL rather than NEVER

Este commit está contenido en:
2008-02-21 20:22:53 +00:00
padre 1e74d7a04e
commit 61671b41d7
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

@@ -273,7 +273,7 @@ int libdax_msgs__text_to_sev(char *severity_name, int *severity,
else if(strncmp(severity_name,"ALL",3)==0)
*severity= LIBDAX_MSGS_SEV_ALL;
else {
*severity= LIBDAX_MSGS_SEV_NEVER;
*severity= LIBDAX_MSGS_SEV_ALL;
return(0);
}
return(1);