Skip to content

Commit

Permalink
Merge pull request #1415 from rledisez/master
Browse files Browse the repository at this point in the history
Ensure that livestatus client close its connections
  • Loading branch information
naparuba committed Jan 8, 2015
2 parents c2b4f43 + 9a1772a commit 3fba007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shinken/clients/livestatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ def launch_raw_query(self, query):
r = q.result
logger.debug(str(r))
res.extend(r)
c.handle_close()
return res


Expand Down

0 comments on commit 3fba007

Please sign in to comment.