--- innwebd/bbsd.cpp 2004/07/09 22:58:45 1.6 +++ innwebd/bbsd.cpp 2004/09/16 15:38:59 1.7 @@ -167,3 +167,8 @@ int bbsd::db_env_init(void) } return 0; } + +bool bbsd::check_priv(void) +{ + return true; +}