From 13b0776f60f6a0f35a4afc2b3d3c6b5ec9c1ca6a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 21 Mar 2005 23:35:58 +0000 Subject: r5929: Use cli_credentials for the SMB functions as well. Fix a couple of bugs in the new cli_credentials code (This used to be commit 4ad481cfe5cde514d2ef9646147239f3faaa6173) --- source4/include/credentials.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/include/credentials.h') diff --git a/source4/include/credentials.h b/source4/include/credentials.h index a97bcfa333..7b223dad5a 100644 --- a/source4/include/credentials.h +++ b/source4/include/credentials.h @@ -51,5 +51,3 @@ struct cli_credentials { void *priv_data; }; - -#define cli_credentials_is_anonymous(c) (!(c) || !(c)->username || !(c)->username[0]) -- cgit