Changeset 9fffb689ce90c2679d2dfee3e9e654e2928e3d97
- Timestamp:
- 09/27/07 19:37:23
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1190914643 +0000
- git-parent:
[5cdaa679c328bd2bfaca108df8533dff83126c88]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1190914643 +0000
- Message:
Cosmetics
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6ee1e19 |
r9fffb68 |
|
| 870 | 870 | { |
|---|
| 871 | 871 | host = psz_uri; |
|---|
| 872 | | psz_uri[strlen (psz_uri)] = ']'; |
|---|
| | 872 | strcat (psz_uri, "]"); |
|---|
| 873 | 873 | } |
|---|
| 874 | 874 | else |
|---|
| … | … | |
| 958 | 958 | { |
|---|
| 959 | 959 | /* According to RFC4570, FQDNs can be used for source-filters, |
|---|
| 960 | | * but -seriously- this is impractical */ |
|---|
| | 960 | * but -seriously- this is impractical */ |
|---|
| 961 | 961 | switch (ipv) |
|---|
| 962 | 962 | { |
|---|