#include "stg/user_property.h"
#include "stg/user_conf.h"
#include "stg/user_stat.h"
-#include "stg/common.h"
#include <cstdio>
#include <cassert>
if (!res)
m_users.Del(u->GetLogin(), &m_currAdmin);
+ m_done = true;
+
return 0;
}
return -1;
int CHECK_USER::End(void *, const char *el)
{
if (strcasecmp(el, m_tag.c_str()) == 0)
+ {
+ m_done = true;
return 0;
+ }
return -1;
}