Skip to content

Commit

Permalink
port assigning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergot committed Jul 25, 2014
1 parent 0caf84c commit 4ed0585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IO/Socket/SSL.pm6
Expand Up @@ -33,7 +33,7 @@ has Int $.ins = 0;
has int32 $.fd;
has OpenSSL $.ssl;

method new(*%args) {
method new(*%args is copy) {
fail "Nothing given for new socket to connect or bind to" unless %args<host> || %args<listen>;

if %args<host> {
Expand Down

0 comments on commit 4ed0585

Please sign in to comment.