Fixed alloc_sanitize_path()'s handling of a rootdir == "/" (the old
authorWayne Davison <wayned@samba.org>
Sat, 17 Apr 2004 17:06:03 +0000 (17:06 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 17 Apr 2004 17:06:03 +0000 (17:06 +0000)
commitb05b3c9b4846b705b15b98b2c29d5d4364de5139
treec950df4b5713ef4ac32a6d767008025a8885df23
parenta03a9f4efe1ae11f0f26cb94f988c13a2043f24a
Fixed alloc_sanitize_path()'s handling of a rootdir == "/" (the old
code would generate a string that started with "//" instead of "/").
util.c