return 0;
}
-#ifdef __WXDEBUG__
// don't show the passwords in the logs (even in debug ones)
wxString cmd, password;
if ( command.Upper().StartsWith(_T("PASS "), &password) )
}
LogRequest(cmd);
-#endif // __WXDEBUG__
m_lastError = wxPROTO_NOERR;
return GetResult();