summaryrefslogtreecommitdiff
path: root/auth/credentials
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-09 11:52:54 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-01-09 03:24:36 +0100
commit356f7989eb7114a5149d777882cf741322f34dfc (patch)
treeee71f3fd99c3091f2959b58a6debc92fc0bdee92 /auth/credentials
parent13f5414f93e54b2fad7d2966cd3ddd2e4abb0dc6 (diff)
downloadsamba-356f7989eb7114a5149d777882cf741322f34dfc.tar.gz
samba-356f7989eb7114a5149d777882cf741322f34dfc.tar.bz2
samba-356f7989eb7114a5149d777882cf741322f34dfc.zip
auth/credentials Remove debug that prints in normal operation
The fact that this function is unimplemented is unimportant to the callers as credential caches are not handled via the auth/credentials code in s3. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jan 9 03:24:36 CET 2012 on sn-devel-104
Diffstat (limited to 'auth/credentials')
-rw-r--r--auth/credentials/credentials_samba3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/credentials/credentials_samba3.c b/auth/credentials/credentials_samba3.c
index 23108250ef..d742a0a498 100644
--- a/auth/credentials/credentials_samba3.c
+++ b/auth/credentials/credentials_samba3.c
@@ -28,7 +28,6 @@
_PUBLIC_ void cli_credentials_invalidate_ccache(struct cli_credentials *cred,
enum credentials_obtained obtained)
{
- DEBUG(0, ("cli_credentials_invalidate_ccache is unimplemented in the autoconf build\n"));
return;
}