From 356f7989eb7114a5149d777882cf741322f34dfc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 9 Jan 2012 11:52:54 +1100 Subject: 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 Autobuild-Date: Mon Jan 9 03:24:36 CET 2012 on sn-devel-104 --- auth/credentials/credentials_samba3.c | 1 - 1 file changed, 1 deletion(-) (limited to 'auth/credentials/credentials_samba3.c') 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; } -- cgit