Skip to content

Commit

Permalink
go must have been caching a build or something, because this should n…
Browse files Browse the repository at this point in the history
…ever have 'worked'
  • Loading branch information
jb0n committed Sep 3, 2016
1 parent e018055 commit ddbd59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctx.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static int servername_gateway(TlsExtData* cw) {
SSL_CTX* ctx = cw->ctx;
//TODO: figure out what to do with return codes. The first isn't 0
SSL_CTX_set_tlsext_servername_callback(ctx, call_go_servername);
SSL_CTX_set_tlsext_servername_arg(ctx, cw.arg);
SSL_CTX_set_tlsext_servername_arg(ctx, cw->arg);
return 0;
}
Expand Down

0 comments on commit ddbd59b

Please sign in to comment.