Changeset 108 for branches/samba-3.0/source/libsmb/clidgram.c
- Timestamp:
- Dec 11, 2007, 9:44:35 AM (18 years ago)
- File:
-
- 1 edited
-
branches/samba-3.0/source/libsmb/clidgram.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/libsmb/clidgram.c
r26 r108 73 73 ptr -= 4; /* XXX Ugliness because of handling of tcp SMB length. */ 74 74 memcpy(tmp,ptr,4); 75 76 77 78 79 80 75 81 set_message(ptr,17,strlen(mailslot) + 1 + len,True); 76 82 memcpy(ptr,tmp,4);
Note:
See TracChangeset
for help on using the changeset viewer.
