Fix: directory handle credentials parameter is not const
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 Apr 2019 22:06:11 +0000 (18:06 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Apr 2019 19:09:57 +0000 (15:09 -0400)
There is no reason for the "as user" operations on a directory
handle not to take the credentials as a const parameter. Not
passing credentials as const makes their ownership ambiguous
and makes it harder to write const-correct code.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.025663 seconds and 4 git commands to generate.