Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
smfreegard committed Mar 30, 2012
1 parent 31ff8a5 commit a7beebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tls.js
Expand Up @@ -29,7 +29,7 @@ exports.hook_unrecognized_command = function (next, connection, params) {
/* Upgrade the connection to TLS. */
connection.client.upgrade(options); // Use the options which were saved by starttls.createServer().
connection.reset_transaction();
connection.hello_host = undefined;
connection.hello_host = undefined;
connection.using_tls = true;
/* Return OK since we responded to the client. */
return next(OK);
Expand Down

0 comments on commit a7beebc

Please sign in to comment.