Skip to content

Commit 235abf4

Browse files
committed
---
yaml --- r: 24255 b: refs/heads/master c: 7e8c363 h: refs/heads/master i: 24253: 7719719 24251: a81310a 24247: 2556274 24239: f9fdc5a 24223: df1a418 24191: 6a67df1 v: v3
1 parent 543163a commit 235abf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 70c202e21842c488b7738495bdd75ccdb79a2677
2+
refs/heads/master: 7e8c363da85d3e5b2e58d34a32f1d4aad4b8bdd0
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libstd/net_tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ fn connect(+input_ip: ip::IpAddr, port: uint,
182182
ptr::addr_of(in_addr),
183183
tcp_connect_on_connect_cb)
184184
}
185-
ip::Ipv6(addr) => {
185+
ip::Ipv6(ref addr) => {
186186
log(debug, fmt!("addr: %?", addr));
187187
let in_addr = uv::ll::ip6_addr(addr_str, port as int);
188188
uv::ll::tcp_connect6(

0 commit comments

Comments
 (0)