Changeset 232 for branches/samba-3.2.x/source/libsmb/clidfs.c
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/libsmb/clidfs.c
r228 r232 307 307 308 308 if (p) { 309 char *name = clean_name(NULL, p->mount);309 char *name = clean_name(NULL, mnt); 310 310 if (!name) { 311 311 return; 312 312 } 313 TALLOC_FREE(p->mount); 313 314 p->mount = talloc_strdup(p, name); 314 315 TALLOC_FREE(name);
Note:
See TracChangeset
for help on using the changeset viewer.