Changeset 79a527b1e4e6cd18328ac4b8e51f56282aa11851
- Timestamp:
- 29/01/06 11:35:30
(3 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1138530930 +0000
- git-parent:
[5836161cd9ad386d77475cf45e139643ba8a0119]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1138530930 +0000
- Message:
Remove erroneous debug message
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2cb472d |
r79a527b |
|
| 328 | 328 | } |
|---|
| 329 | 329 | |
|---|
| 330 | | msg_Dbg( p_this, "using socket %d from rootwrap", fd ); |
|---|
| 331 | 330 | /* Listen */ |
|---|
| 332 | 331 | if( listen( fd, 100 ) == -1 ) |
|---|