Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/libsmb/clidfs.c

    r228 r232  
    307307
    308308        if (p) {
    309                 char *name = clean_name(NULL, p->mount);
     309                char *name = clean_name(NULL, mnt);
    310310                if (!name) {
    311311                        return;
    312312                }
     313                TALLOC_FREE(p->mount);
    313314                p->mount = talloc_strdup(p, name);
    314315                TALLOC_FREE(name);
Note: See TracChangeset for help on using the changeset viewer.