]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
CA-33568: Perfmon plugin creates unused socket --- FIXED.
authorRok Strnisa <rok.strnisa@citrix.com>
Tue, 12 Oct 2010 09:46:36 +0000 (10:46 +0100)
committerRok Strnisa <rok.strnisa@citrix.com>
Tue, 12 Oct 2010 09:46:36 +0000 (10:46 +0100)
Removed a line that is not used anywhere.

Signed-off-by: Rok Strnisa <rok.strnisa@citrix.com>
scripts/plugins/perfmon

index cbfde52c1c8406420921b2492827876ef7ed3878..6b3c079f73314c016a0035639c6cbd5639abe490 100644 (file)
@@ -42,7 +42,6 @@ def refresh(session, args):
     return send_perfmon_cmd("refresh")
 
 def debug_mem(session,args):
-    sock = socket.socket(socket.AF_UNIX, socket.SOCK_DGRAM)
     return send_perfmon_cmd("debug_mem")
 
 if __name__ == "__main__":