Skip to content
Snippets Groups Projects
Commit 6b26910c authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Silence compiler warning by adding explicit return 0 to ppolicy_db_destroy

parent 780b3267
No related branches found
No related tags found
No related merge requests found
......@@ -2348,6 +2348,7 @@ ppolicy_db_destroy(
pwc--;
ch_free( pwc );
}
return 0;
}
static char *extops[] = {
......
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