Silence compiler warning by adding explicit return 0 to ppolicy_db_destroy

This commit is contained in:
Quanah Gibson-Mount 2014-10-03 15:35:39 -05:00
parent 95da208a69
commit db564ab516

View file

@ -2352,6 +2352,7 @@ ppolicy_db_destroy(
pwc--;
ch_free( pwc );
}
return 0;
}
static char *extops[] = {