Mercurial > hg > xemacs-beta
diff lib-src/gnuserv.c @ 460:223736d75acb r21-2-45
Import from CVS: tag r21-2-45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:43:24 +0200 |
parents | c33ae14dd6d0 |
children | 0784d089fdc9 |
line wrap: on
line diff
--- a/lib-src/gnuserv.c Mon Aug 13 11:42:27 2007 +0200 +++ b/lib-src/gnuserv.c Mon Aug 13 11:43:24 2007 +0200 @@ -458,8 +458,6 @@ char auth_protocol[128]; char buf[1024]; int auth_data_len; - int auth_data_pos; - int auth_mismatches; if (fd > 0) { @@ -505,7 +503,8 @@ { /* Do a compare without comprising info about the size of the cookie */ - auth_mismatches = + int auth_data_pos; + int auth_mismatches = ( auth_data_len ^ server_xauth->data_length );