summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-14 16:59:07 +0200
committerVolker Lendecke <vl@samba.org>2008-06-14 19:49:49 +0200
commit101162257c14338eb2df7f331b18bca41813bff7 (patch)
tree438f40af4b2a339927c1f0c2f0a8ee4b3e12a07e /source3/smbd/password.c
parent82d4806ce62a78b0eecc4805b7ecf7f77b196864 (diff)
downloadsamba-101162257c14338eb2df7f331b18bca41813bff7.tar.gz
samba-101162257c14338eb2df7f331b18bca41813bff7.tar.bz2
samba-101162257c14338eb2df7f331b18bca41813bff7.zip
Move connection-specific vuid cache clear to uid.c
(This used to be commit 1025f687910ce40283c7344ed67ebd5bf31217b7)
Diffstat (limited to 'source3/smbd/password.c')
-rw-r--r--source3/smbd/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index 673a1a01c1..ebc72350b5 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -127,7 +127,7 @@ void invalidate_vuid(uint16 vuid)
/* clear the vuid from the 'cache' on each connection, and
from the vuid 'owner' of connections */
- conn_clear_vuid_cache(vuid);
+ conn_clear_vuid_caches(vuid);
TALLOC_FREE(vuser);
num_validated_vuids--;