The following commit has been merged in the master branch: commit 0dd6e2f4ddbdef43c9d182a1d2a9270a1154c6ae Author: Stefan Sperling stsp@stsp.in-berlin.de Date: Wed Sep 27 18:53:13 2006 +0200
Return false from probe_tun() stub, not true.
diff --git a/bsd.c b/bsd.c index d86a27c..730434c 100644 --- a/bsd.c +++ b/bsd.c @@ -208,5 +208,5 @@ int add_ipip_tun( struct batman_if *batman_if, unsigned int dest_addr, char *tun int probe_tun() { /* Implement me! */ - return 1; + return 0; }