ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/protocol.C
(Generate patch)

Comparing gvpe/src/protocol.C (file contents):
Revision 1.10 by pcg, Sat Mar 22 02:35:57 2003 UTC vs.
Revision 1.11 by pcg, Sat Mar 22 21:35:07 2003 UTC

891 891
892 const rsachallenge *k = rsa_cache.private_decrypt (::conf.rsa_key, p->challenge); 892 const rsachallenge *k = rsa_cache.private_decrypt (::conf.rsa_key, p->challenge);
893 893
894 if (!k) 894 if (!k)
895 { 895 {
896 slog (L_ERR, _("challenge from %s (%s) illegal or corrupted"), 896 slog (L_ERR, _("challenge from %s (%s) illegal or corrupted, disabling node"),
897 conf->nodename, (const char *)sockinfo (ssa)); 897 conf->nodename, (const char *)sockinfo (ssa));
898 connectmode = conf_node::C_DISABLED;
898 break; 899 break;
899 } 900 }
900 901
901 retry_cnt = 0; 902 retry_cnt = 0;
902 establish_connection.set (NOW + 8); //? ;) 903 establish_connection.set (NOW + 8); //? ;)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines