Add a couple clarifying points to the sanitize_path() comments.
authorDavid Dykstra <dwd@samba.org>
Fri, 9 Jul 1999 17:07:59 +0000 (17:07 +0000)
committerDavid Dykstra <dwd@samba.org>
Fri, 9 Jul 1999 17:07:59 +0000 (17:07 +0000)
commit79452d46930e5e3ec5b14d4c8380ff1e0329b9a8
tree38409cea839f9272e0b92993a037f26e9ba008d2
parentcb13abfed024d0320c0aa865ad652c946321df3c
Add a couple clarifying points to the sanitize_path() comments.

One is a note that a leading "/" in a symlink target will not behave
exactly as if a chroot had occurred, but I decided it wasn't worth the
making it the same.

The other is note about an extra harmless trailing "." that is added under
some rare circumstances.
util.c