diff options
author | Simo Sorce <idra@samba.org> | 2010-09-03 16:33:45 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-23 10:54:24 -0700 |
commit | b11fff1f481a21d84b713421cfbfd42ef1e73f4b (patch) | |
tree | 7505ca825834c1a6b2792fecaeec257ddcfbe60d /source3/include/ntdomain.h | |
parent | 3453bc7b1108390354c0825ee6b2b0bb28fca2f3 (diff) | |
download | samba-b11fff1f481a21d84b713421cfbfd42ef1e73f4b.tar.gz |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index b0a462399f8..ba4f3928d68 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 *); }; /* |