forked from github/server
commit
14bcaf7d71
|
@ -1,3 +1,3 @@
|
|||
#define VERSION_MAJOR 3
|
||||
#define VERSION_MINOR 3
|
||||
#define VERSION_BUILD 687
|
||||
#define VERSION_MINOR 4
|
||||
#define VERSION_BUILD 689
|
||||
|
|
|
@ -924,7 +924,7 @@ int quit_cmd(unit * u, struct order *ord)
|
|||
keyword_t kwd;
|
||||
|
||||
kwd = init_order(ord);
|
||||
assert(kwd == K_PASSWORD);
|
||||
assert(kwd == K_QUIT);
|
||||
passwd = getstrtoken();
|
||||
if (checkpasswd(f, (const char *)passwd, false)) {
|
||||
if (EnhancedQuit()) {
|
||||
|
|
Loading…
Reference in New Issue