We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e018055 commit ddbd59bCopy full SHA for ddbd59b
ctx.go
@@ -90,7 +90,7 @@ static int servername_gateway(TlsExtData* cw) {
90
SSL_CTX* ctx = cw->ctx;
91
//TODO: figure out what to do with return codes. The first isn't 0
92
SSL_CTX_set_tlsext_servername_callback(ctx, call_go_servername);
93
- SSL_CTX_set_tlsext_servername_arg(ctx, cw.arg);
+ SSL_CTX_set_tlsext_servername_arg(ctx, cw->arg);
94
return 0;
95
}
96
0 commit comments