cifs.upcall: stop passing around ccache name strings
authorJeff Layton <jlayton@samba.org>
Wed, 24 Aug 2016 16:56:54 +0000 (12:56 -0400)
committerJeff Layton <jlayton@samba.org>
Wed, 24 Aug 2016 16:56:54 +0000 (12:56 -0400)
commit7852becab01989634aacc1fb8ff9581a11a7cdcf
tree3932c8b501c47591ad21485157b8b240a462fb7c
parent39dbb7b47bea9d6d7cf93ddd53cda501c3898bd6
cifs.upcall: stop passing around ccache name strings

Instead, get a ccache handle and pass that around. That way we can keep
the cache open until the program is complete as well.

Signed-off-by: Jeff Layton <jlayton@samba.org>
cifs.upcall.c