The Samba-Bugzilla – Attachment 2144 Details for
Bug 4016
literal IPv6 addresses not supported in ssh protocol
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix to avoid skipping the leading '['
ipv6.patch (text/plain), 307 bytes, created by
Wayne Davison
on 2006-09-17 20:17:39 UTC
(
hide
)
Description:
Fix to avoid skipping the leading '['
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2006-09-17 20:17:39 UTC
Size:
307 bytes
patch
obsolete
>--- options.c 30 Jun 2006 15:52:52 -0000 1.348 >+++ options.c 18 Sep 2006 01:10:49 -0000 >@@ -1811,7 +1811,6 @@ char *check_for_hostspec(char *s, char * > } > > if (*s == '[' && (p = strchr(s, ']')) != NULL && p[1] == ':') { >- s++; > *p = '\0'; > not_host = strchr(s, '/') || !strchr(s, ':'); > *p = ']';
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 4016
: 2144