Stop resolver scripts from signalling "not found".
authorLinus Nordberg <linus@nordu.net>
Sat, 18 Feb 2012 19:13:46 +0000 (11:13 -0800)
committerLinus Nordberg <linus@nordu.net>
Sat, 18 Feb 2012 19:13:46 +0000 (11:13 -0800)
This triggers a bug in radsecproxy.  Don't use it for now.

tools/naptr-eduroam.sh
tools/radsec-dynsrv.sh

index 4aa3c4b..be722c9 100755 (executable)
@@ -70,4 +70,4 @@ if [ -n "${SERVERS}" ]; then
     exit 0
 fi
 
-exit 10                                # No server found.
+exit 0
index 4b9cb3e..7a74b6d 100755 (executable)
@@ -48,4 +48,4 @@ if test -n "${SERVERS}" ; then
         exit 0
 fi
 
-exit 10                                # No server found.
+exit 0