summaryrefslogtreecommitdiff
path: root/source3/rpc_server
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-12-16 13:18:50 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-12-22 07:27:07 +0100
commit7e6908502b4d40608b5a7e2392d7ffabcc380f78 (patch)
treef539d5de261c1811d88ac7bd87533d2471f6515b /source3/rpc_server
parent454aff611596857e80b0388bba0840d96ef73035 (diff)
downloadsamba-7e6908502b4d40608b5a7e2392d7ffabcc380f78.tar.gz
samba-7e6908502b4d40608b5a7e2392d7ffabcc380f78.tar.bz2
samba-7e6908502b4d40608b5a7e2392d7ffabcc380f78.zip
s3-rpc_server: Remove old comment
Diffstat (limited to 'source3/rpc_server')
-rw-r--r--source3/rpc_server/dcesrv_gssapi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/rpc_server/dcesrv_gssapi.c b/source3/rpc_server/dcesrv_gssapi.c
index 8a7741b4e3..be97a64cb4 100644
--- a/source3/rpc_server/dcesrv_gssapi.c
+++ b/source3/rpc_server/dcesrv_gssapi.c
@@ -44,11 +44,6 @@ NTSTATUS gssapi_server_auth_start(TALLOC_CTX *mem_ctx,
}
/* Let's init the gssapi machinery for this connection */
- /* passing a NULL server name means the server will try
- * to accept any connection regardless of the name used as
- * long as it can find a decryption key */
- /* by passing NULL, the code will attempt to set a default
- * keytab based on configuration options */
status = gse_init_server(mem_ctx, do_sign, do_seal,
add_flags, &gse_ctx);
if (!NT_STATUS_IS_OK(status)) {