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)
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.


No differences found