auth lib: Add missing exclamation mark in auth_parse_permission()
commite6fc4129334cb4cf69f6e52907f3ed5922412a2b
authorAndreas Ericsson <ae@op5.se>
Tue, 23 Mar 2010 10:08:29 +0000 (23 11:08 +0100)
committerAndreas Ericsson <ae@op5.se>
Tue, 23 Mar 2010 10:08:29 +0000 (23 11:08 +0100)
treec72ce0d16d600d521f4b487519529d1ff7b50483
parent5b93c5f44c895086361b50ba8a14ee8a1b9d3a4f
auth lib: Add missing exclamation mark in auth_parse_permission()

Without it we're matching in reverse, which doesn't fly very well.

Signed-off-by: Andreas Ericsson <ae@op5.se>
auth.c