Changeset 478 for vendor/current/client
- Timestamp:
- Aug 2, 2010, 6:40:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/client/mount.cifs.c
r427 r478 1649 1649 } 1650 1650 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) { 1652 1652 strlcat(options, "%", options_size); 1653 1653 current_len = strnlen(options, options_size);
Note:
See TracChangeset
for help on using the changeset viewer.