secur32: Remove redendant call to gnutls_certificate_get_peers.
commitfdcfbe21c38254d75f03741c72b50e2735d7ad54
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 28 Sep 2009 07:48:32 +0000 (28 03:48 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 28 Sep 2009 11:31:18 +0000 (28 13:31 +0200)
tree4cfcfe7b156d02a852fa2bfe3416d47af44ac845
parentee1dd49076c344d43f1fc50aa55e7d9053f36a57
secur32: Remove redendant call to gnutls_certificate_get_peers.

Two identical calls are made with the same parameters, and there are no
documented side effects of this function, so I removed one of them.
dlls/secur32/schannel.c