Skip to content

Commit ddbd59b

Browse files
committed
go must have been caching a build or something, because this should never have 'worked'
1 parent e018055 commit ddbd59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctx.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static int servername_gateway(TlsExtData* cw) {
9090
SSL_CTX* ctx = cw->ctx;
9191
//TODO: figure out what to do with return codes. The first isn't 0
9292
SSL_CTX_set_tlsext_servername_callback(ctx, call_go_servername);
93-
SSL_CTX_set_tlsext_servername_arg(ctx, cw.arg);
93+
SSL_CTX_set_tlsext_servername_arg(ctx, cw->arg);
9494
return 0;
9595
}
9696

0 commit comments

Comments
 (0)