Ignore:
Timestamp:
Aug 5, 2009, 6:34:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to final 3.0.36 (source)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/smbd/lanman.c

    r105 r312  
    11381138                        continue;
    11391139                }
    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))) {
    11411143                        continue;
    11421144                }
Note: See TracChangeset for help on using the changeset viewer.