Change sanitize_path() function to not malloc a copy since it only shrinks
authorDavid Dykstra <dwd@samba.org>
Tue, 24 Nov 1998 20:18:11 +0000 (20:18 +0000)
committerDavid Dykstra <dwd@samba.org>
Tue, 24 Nov 1998 20:18:11 +0000 (20:18 +0000)
commit44e2e57837bcdce0d12a429c308211763ab030db
tree9f2a6c368545d9c16e88db6b5f6a48d75a8fcb04
parentd1be231290b3867648ee417fad341fdf1caaa94b
Change sanitize_path() function to not malloc a copy since it only shrinks
paths and it is only used in places that have already just done a copy.
clientserver.c
util.c