Wireshark-commits: [Wireshark-commits] rev 24040: /trunk/ /trunk/: capture_sync.c
From:
guy@xxxxxxxxxxxxx
Date: Wed, 09 Jan 2008 11:40:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24040
User: guy
Date: 2008/01/09 11:40 AM
Log:
Use dup2() rather than eth_close() followed by dup() to ensure that a
given file descriptor get duped to another descriptor.
Handle exec errors in sync_pipe_open_command() the same way they're
handled in sync_pipe_start(); that fixes bug 2177.
Directory: /trunk/
Changes Path Action
+13 -8 capture_sync.c Modified