Changeset 71 for trunk/samba/source/nsswitch/wb_common.c
- Timestamp:
- Sep 13, 2007, 8:44:04 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/samba/source/nsswitch/wb_common.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/nsswitch/wb_common.c
r22 r71 423 423 static int read_sock(void *buffer, int count) 424 424 { 425 int result = 0,nread = 0;425 int nread = 0; 426 426 int total_time = 0, selret; 427 427 … … 464 464 /* Do the Read */ 465 465 466 result = read(winbindd_fd, (char *)buffer + nread,466 result = read(winbindd_fd, (char *)buffer + nread, 467 467 count - nread); 468 468 … … 482 482 } 483 483 484 return result;484 return ; 485 485 } 486 486
Note:
See TracChangeset
for help on using the changeset viewer.
