Changeset 312 for branches/samba-3.0/source/smbd/lanman.c
- Timestamp:
- Aug 5, 2009, 6:34:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/lanman.c
r105 r312 1138 1138 continue; 1139 1139 } 1140 if (!next_token(&ptr,s->comment, NULL, sizeof(s->comment))) { 1140 if (!next_token(&ptr,s->comment, NULL, 1141 MIN(sizeof(s->comment), 1142 MAX_SERVER_STRING_LENGTH))) { 1141 1143 continue; 1142 1144 }
Note:
See TracChangeset
for help on using the changeset viewer.