summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-09-03 16:33:45 -0400
committerGünther Deschner <gd@samba.org>2010-09-23 10:54:24 -0700
commitb11fff1f481a21d84b713421cfbfd42ef1e73f4b (patch)
tree7505ca825834c1a6b2792fecaeec257ddcfbe60d /source3/include/ntdomain.h
parent3453bc7b1108390354c0825ee6b2b0bb28fca2f3 (diff)
downloadsamba-b11fff1f481a21d84b713421cfbfd42ef1e73f4b.tar.gz
samba-b11fff1f481a21d84b713421cfbfd42ef1e73f4b.tar.bz2
samba-b11fff1f481a21d84b713421cfbfd42ef1e73f4b.zip
s3-dcerpc: remove auth_data_free_func
Everything is using a talloc pointer now, no need to have an accessor function to free data anymore. Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h2
1 files changed, 0 insertions, 2 deletions
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 *);
};
/*