Hi,
> A simple thing:
>
>
> <infected case>
> update control {
> Tmp-String-0 := "stop"
> }
> ...
>
>
>
>
> if (Tmp-String-0 != "stop") {
> <BUNCH OF UNLANG CODE>
> }
>
> That should work. Ugly, but functional.this is pretty much what I was going to suggest. ugly, yes. but sometimes simple is best. and its much easier for a non unlang'y person to understand the logic! :) alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

