diff options
author | Günther Deschner <gd@samba.org> | 2010-08-17 13:18:34 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-17 13:18:34 +0200 |
commit | 16ad1bbb4e8c50b9b45ed2cbdd8a815b267e3961 (patch) | |
tree | a411273deac1746be3d5e1dae86f21431a7e84ac | |
parent | 36cfadcf6a49ec208c2525f1541597b25d8b9397 (diff) | |
download | samba-16ad1bbb4e8c50b9b45ed2cbdd8a815b267e3961.tar.gz samba-16ad1bbb4e8c50b9b45ed2cbdd8a815b267e3961.tar.bz2 samba-16ad1bbb4e8c50b9b45ed2cbdd8a815b267e3961.zip |
s3-dcerpc: try to fix the non gssapi build.
Guenther
-rw-r--r-- | source3/librpc/rpc/dcerpc_gssapi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/rpc/dcerpc_gssapi.c b/source3/librpc/rpc/dcerpc_gssapi.c index f12126554b..f2c657cd4c 100644 --- a/source3/librpc/rpc/dcerpc_gssapi.c +++ b/source3/librpc/rpc/dcerpc_gssapi.c @@ -610,7 +610,8 @@ bool gse_require_more_processing(struct gse_context *gse_ctx) return false; } -DATA_BLOB gse_get_session_key(struct gse_context *gse_ctx) +DATA_BLOB gse_get_session_key(TALLOC_CTX *mem_ctx, + struct gse_context *gse_ctx) { return data_blob_null; } |