1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3-rpc_server: Remove old comment

This commit is contained in:
Andrew Bartlett 2011-12-16 13:18:50 +11:00
parent 454aff6115
commit 7e6908502b

View File

@ -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)) {