mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r5757: Fix erroneous debug message - noticed by William Jojo <jojowil@hvcc.edu>.
Jeremy.
This commit is contained in:
parent
6e8d171551
commit
fd1999f1d7
@ -940,7 +940,7 @@ BOOL reduce_name(connection_struct *conn, const pstring fname)
|
||||
}
|
||||
#endif
|
||||
|
||||
DEBUG(3,("reduce_name: %s reduced to %s\n", fname, p));
|
||||
DEBUG(3,("reduce_name: %s reduced to %s\n", fname, resolved_name));
|
||||
if (free_resolved_name)
|
||||
SAFE_FREE(resolved_name);
|
||||
errno = saved_errno;
|
||||
|
Loading…
Reference in New Issue
Block a user