cosmetics
authorLuc Yriarte <luc.yriarte@intel.com>
Thu, 28 Mar 2013 14:30:25 +0000 (15:30 +0100)
committerLuc Yriarte <luc.yriarte@intel.com>
Thu, 28 Mar 2013 14:30:25 +0000 (15:30 +0100)
cloudeebus/cloudeebus.py

index 6224847..4d0e578 100755 (executable)
@@ -308,7 +308,6 @@ class CloudeebusServerProtocol(WampCraServerProtocol):
                     ipAllowed = (ipHex & netfilter['mask']) == netfilter['ipAllowed'] & netfilter['mask']
                     if ipAllowed:
                         break
-                        
                 if not ipAllowed:
                     raise Exception("host " + self.peer.host + " is not allowed!")
             # check authentication key