summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/ok-return
blob: f79ef02176a463369bde0a8f44ee4255430cd905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
update {
	control:Auth-Type = 'Accept'
	reply:Reply-Message = 'pass'
}

# Section should exit after this statement
ok {
	ok = return
}

update {
	reply:Reply-Message := 'fail'
}