/[winpt]/trunk/Src/wptKeyserver.cpp
ViewVC logotype

Diff of /trunk/Src/wptKeyserver.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 275 by twoaday, Fri Dec 8 10:22:17 2006 UTC revision 276 by twoaday, Thu Dec 21 08:24:59 2006 UTC
# Line 1539  finger_recvkey (const char *host, const Line 1539  finger_recvkey (const char *host, const
1539          return WPTERR_WINSOCK_RECVKEY;          return WPTERR_WINSOCK_RECVKEY;
1540    
1541      for (;;) {      for (;;) {
1542          if (sock_getline (fd, buf, DIM (buf)-1, &nread))          if (sock_getline (fd, buf, DIM (buf)-2, &nread))
1543              break;              break;
1544          strcat (buf, "\n");          strcat (buf, "\n");
1545          if (strstr (buf, "BEGIN PGP PUBLIC KEY BLOCK")) {          if (strstr (buf, "BEGIN PGP PUBLIC KEY BLOCK")) {

Legend:
Removed from v.275  
changed lines
  Added in v.276

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26