diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-10-25 22:28:01 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-10-25 22:28:01 +0100 |
commit | ef21c07db8048e09fadab639d8946c9358d3d464 (patch) | |
tree | e56b1da44171301ac88ab65c971530a23d98e48d /test/confs/0002 | |
parent | be7a578175c0e43d8b7b28d9bf5475f512d5918b (diff) |
Save/restore $acl_arg1 ... across acl calls, making them local variables.
Diffstat (limited to 'test/confs/0002')
-rw-r--r-- | test/confs/0002 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/0002 b/test/confs/0002 index eb473e6b9..409bd755f 100644 --- a/test/confs/0002 +++ b/test/confs/0002 @@ -57,6 +57,7 @@ a_defer: defer a_sub: + require acl = a_none foo bar baz barf require acl = a_deny "new arg1" $acl_arg1 # End |