]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixing typo
authorTyler Smith <tylesmit@cisco.com>
Thu, 18 Aug 2011 19:58:27 +0000 (12:58 -0700)
committerTyler Smith <tylesmit@cisco.com>
Thu, 18 Aug 2011 19:58:27 +0000 (12:58 -0700)
quantum/client.py

index b2459ea57d828f961c837549c91c1abb16408f22..2e55dfb3ecd71b2f7c680bfff0ac209b0c702098 100644 (file)
@@ -160,7 +160,7 @@ class Client(object):
                     self.logger.debug(body)
 
             conn.request(method, action, body, headers)
-            res = c.getresponse()
+            res = conn.getresponse()
             status_code = self.get_status_code(res)
             data = res.read()