1
1

cpp: Fixed return value of userauthAutopubkey.

Этот коммит содержится в:
Andreas Schneider 2010-06-02 10:01:46 +02:00
родитель a138a52021
Коммит 8f0d40a1dd

Просмотреть файл

@ -131,7 +131,7 @@ public:
* @throws SshException on error
* @see ssh_userauth_autopubkey
*/
int userauthAutopubkey(){
void userauthAutopubkey(void){
int ret=ssh_userauth_autopubkey(c_session,NULL);
if(ret==SSH_ERROR)
ssh_throw(ret);