Don't stat() on iPhone/iPod.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 10 Sep 2009 17:51:08 +0000 (19:51 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 10 Sep 2009 17:51:08 +0000 (19:51 +0200)
commita60a0a1f1357508063ee565d672c39898a787e33
tree5aaf05d88237c81f16ad265c7b5854d883d49d93
parent4a5d42178cc0954efba8b24058da9c70cc77c35a
Don't stat() on iPhone/iPod.

Grzegorz Dymarek noted that tinc segfaults at the stat() call in
execute_script() on the iPhone.  We can omit the stat() call for the moment,
the subsequent call to system() will fail with just a warning.
src/process.c