diff options
Diffstat (limited to 'runtime/nsdsel_gtls.c')
-rw-r--r-- | runtime/nsdsel_gtls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/nsdsel_gtls.c b/runtime/nsdsel_gtls.c index bdd73419..1ee4b46c 100644 --- a/runtime/nsdsel_gtls.c +++ b/runtime/nsdsel_gtls.c @@ -129,8 +129,8 @@ doRetry(nsd_gtls_t *pNsd) case gtlsRtry_handshake: gnuRet = gnutls_handshake(pNsd->sess); if(gnuRet == 0) { - /* we got a handshake, now print session info */ - print_info(pNsd->sess); + /* we got a handshake, now check authorization */ + // TODO: do it! } break; default: |