From: Guus Sliepen Date: Thu, 10 Sep 2009 17:51:08 +0000 (+0200) Subject: Don't stat() on iPhone/iPod. X-Git-Tag: release-1.0.10~37 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=a60a0a1f1357508063ee565d672c39898a787e33;hp=a60a0a1f1357508063ee565d672c39898a787e33 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. ---