summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sockettransport.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/sockettransport.class.php b/sockettransport.class.php
index 134ebc0..9ffcffc 100644
--- a/sockettransport.class.php
+++ b/sockettransport.class.php
@@ -69,7 +69,7 @@ class SocketTransport
$ip4s[] = $hostname;
} else if (preg_match('/^([0-9a-f:]+):[0-9a-f]{1,4}$/i',$hostname)) {
// IPv6 address
- $ip6s[] = hostname;
+ $ip6s[] = $hostname;
} else { // Do a DNS lookup
if (!self::$forceIpv4) {
// if not in IPv4 only mode, check the AAAA records first
@@ -375,4 +375,4 @@ class SocketTransport
}
}
-class SocketTransportException extends RuntimeException { } \ No newline at end of file
+class SocketTransportException extends RuntimeException { }