From b11fff1f481a21d84b713421cfbfd42ef1e73f4b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 3 Sep 2010 16:33:45 -0400 Subject: s3-dcerpc: remove auth_data_free_func MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Everything is using a talloc pointer now, no need to have an accessor function to free data anymore. Signed-off-by: Günther Deschner --- source3/include/ntdomain.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index b0a462399f..ba4f3928d6 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -107,8 +107,6 @@ struct pipe_auth_data { char *domain; char *user_name; DATA_BLOB user_session_key; - - void (*auth_data_free_func)(struct pipe_auth_data *); }; /* -- cgit