Skip to content

Commit

Permalink
Stop resolver scripts from signalling "not found".
Browse files Browse the repository at this point in the history
This triggers a bug in radsecproxy.  Don't use it for now.
  • Loading branch information
Linus Nordberg committed Feb 18, 2012
1 parent a0008e2 commit bd51eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/naptr-eduroam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ if [ -n "${SERVERS}" ]; then
exit 0
fi

exit 10 # No server found.
exit 0
2 changes: 1 addition & 1 deletion tools/radsec-dynsrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ if test -n "${SERVERS}" ; then
exit 0
fi

exit 10 # No server found.
exit 0

0 comments on commit bd51eb6

Please sign in to comment.