dropped the "const" from the return value of safe_fname() because
authorWayne Davison <wayned@samba.org>
Wed, 30 Mar 2005 19:34:20 +0000 (19:34 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 30 Mar 2005 19:34:20 +0000 (19:34 +0000)
commitaf9f56a09df90e07bd3ba33e2583b30fd77f3e0f
tree4a41d9a786598b4460b841b06dafe7d0c4c594f0
parentddd74b67be3f28bee4bb2042983e004486609bab
dropped the "const" from the return value of safe_fname() because
some callers would like to manipulate the string in the buffer.
util.c