[BACK]Return to server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/server.c between version 1.83 and 1.84

version 1.83, 2008/02/09 20:04:00 version 1.84, 2008/02/11 20:33:11
Line 212 
Line 212 
         int i, first;          int i, first;
   
         first = 0;          first = 0;
         bp = cvs_buf_alloc(512, BUF_AUTOEXT);          bp = cvs_buf_alloc(512);
         for (i = 0; cvs_requests[i].supported != -1; i++) {          for (i = 0; cvs_requests[i].supported != -1; i++) {
                 if (cvs_requests[i].hdlr == NULL)                  if (cvs_requests[i].hdlr == NULL)
                         continue;                          continue;

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84