f79ef02176a463369bde0a8f44ee4255430cd905
[freeradius.git] / src / tests / keywords / return
1 update {
2         control:Auth-Type = 'Accept'
3         reply:Reply-Message = 'pass'
4 }
5
6 # Section should exit after this statement
7 ok {
8         ok = return
9 }
10
11 update {
12         reply:Reply-Message := 'fail'
13 }