Skip to content
Snippets Groups Projects
Commit f8930891 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add a default case with assert() just in case.

parent 9d307b42
No related branches found
No related tags found
No related merge requests found
......@@ -1131,6 +1131,10 @@ acl_check_modlist(
}
}
break;
default:
assert( 0 );
return( 0 );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment