Changeset 12fbf4567c7867143d133096834c759da3c7ecfe
- Timestamp:
- 08/23/08 01:01:20
(2 years ago)
- Author:
- Hans Petter Jansson <hpj@gong.(none)>
- git-committer:
- Hans Petter Jansson <hpj@gong.(none)> 1219467680 -0500
- git-parent:
[15ebef70ccf3f86c90e24ca06eaaebb2182abc2f]
- git-author:
- Hans Petter Jansson <hpj@cl.no> 1219467680 -0500
- Message:
Make comment more helpful.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7fc7cc4 |
r12fbf45 |
|
| 1568 | 1568 | gint saved_errno = errno; |
|---|
| 1569 | 1569 | |
|---|
| 1570 | | /* This is actually a UDP connect, not TCP, but the difference is minimal */ |
|---|
| | 1570 | /* This is actually a UDP connect, not TCP, but the difference is minimal - |
|---|
| | 1571 | * presumably, we can use the same error maps. */ |
|---|
| 1571 | 1572 | |
|---|
| 1572 | 1573 | assert_non_fatal_errno (saved_errno, tcp_connect_fatal_errnos); |
|---|