Changeset 478 for vendor/current/client


Ignore:
Timestamp:
Aug 2, 2010, 6:40:21 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5: vendor update to 3.5.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/client/mount.cifs.c

    r427 r478  
    16491649        }
    16501650
    1651         if (addr->ai_addr->sa_family == AF_INET6 && addr6->sin6_scope_id) {
     1651        if (addr && addr->ai_addr->sa_family == AF_INET6 && addr6->sin6_scope_id) {
    16521652                strlcat(options, "%", options_size);
    16531653                current_len = strnlen(options, options_size);
Note: See TracChangeset for help on using the changeset viewer.