[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.85 and 1.86

version 1.85, 2008/04/18 20:26:07 version 1.86, 2008/04/24 19:13:56
Line 150 
Line 150 
         i = vasprintf(&data, fmt, ap);          i = vasprintf(&data, fmt, ap);
         va_end(ap);          va_end(ap);
         if (i == -1)          if (i == -1)
                 fatal("cvs_server_send_response: %s", strerror(errno));                  fatal("cvs_server_send_response: could not allocate memory");
   
         cvs_log(LP_TRACE, "%s", data);          cvs_log(LP_TRACE, "%s", data);
         cvs_remote_output(data);          cvs_remote_output(data);

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86