Changeset 871 for vendor/current/source3/smbd
- Timestamp:
- Feb 17, 2015, 5:27:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/smbd/lanman.c
r860 r871 129 129 } 130 130 l = push_ascii(*dst,buf,*p_space_remaining, STR_TERMINATE); 131 if (l == -1) {131 if (l == 0) { 132 132 return 0; 133 133 } … … 144 144 } 145 145 l = push_ascii(*dst,src,*n, STR_TERMINATE); 146 if (l == -1) {146 if (l == 0) { 147 147 return 0; 148 148 }
Note:
See TracChangeset
for help on using the changeset viewer.