(file) Return to Socket.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Socket.c between version 1.3 and 1.4

version 1.3, 2008/02/05 19:59:40 version 1.4, 2008/02/22 19:10:07
Line 282 
Line 282 
  
     size = CMSG_SPACE(sizeof(int) * count);     size = CMSG_SPACE(sizeof(int) * count);
     data = (char*)malloc(size);     data = (char*)malloc(size);
       memset(data, 0, size);
  
     /* Initialize msghdr struct to refer to control data. */     /* Initialize msghdr struct to refer to control data. */
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2