> #if defined CHKUSER_ENABLE_VAUTH_OPEN
>                  if (db_already_open != 1) {
>                          if (CHKUSER_VAUTH_OPEN_CALL () == 0) {
>                                  db_already_open == 1;
>                          } else {
>                                  retstat = CHKUSER_ERR_AUTH_RESOURCE;
>                          }
>                  };
> #endif
Minor Bug: you nead a "break;" on the line after "retstat = ...",
otherwise you keep testing on a failed resource...

Josh
-- 
Joshua Megerman
SJGames MIB #5273 - OGRE AI Testing Division
You can't win; You can't break even; You can't even quit the game.
  - Layman's translation of the Laws of Thermodynamics
[EMAIL PROTECTED]


Reply via email to