connection: remove redundant variable
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 8 Jan 2015 15:45:10 +0000 (16:45 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 8 Jan 2015 15:45:10 +0000 (16:45 +0100)
commit9b379c4a3affa5477e68135b6738cd5b7c80b865
treedd1ecc2467980d5a6c71b21c2e28f4bd0830e24c
parent91aa7cfff4476b4d57d89459db1b2ee66a7ad757
connection: remove redundant variable

'allowed' is equivalent to '!!r' so drop it.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
connection.c