auth/credentials Remove debug that prints in normal operation
authorAndrew Bartlett <abartlet@samba.org>
Mon, 9 Jan 2012 00:52:54 +0000 (11:52 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 9 Jan 2012 02:24:36 +0000 (03:24 +0100)
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

auth/credentials/credentials_samba3.c

index 23108250ef5a7508071f47223a396d7a1e0efd77..d742a0a498419c442de35a18f7f205fbc45dd8c2 100644 (file)
@@ -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;
 }