Removed a line that is not used anywhere.

Signed-off-by: Rok Strnisa <[email protected]>


 scripts/plugins/perfmon |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


# HG changeset patch
# User Rok Strnisa <[email protected]>
# Date 1283870204 -3600
# Node ID 9f8cc2f28f31b01c58d3c904c78abd210d9aafbb
# Parent  9c9a7e0cfc0f4b26a2de11780f540244eb85e5db
CA-33568: Perfmon plugin creates unused socket --- FIXED.

Removed a line that is not used anywhere.

Signed-off-by: Rok Strnisa <[email protected]>

diff --git a/scripts/plugins/perfmon b/scripts/plugins/perfmon
--- a/scripts/plugins/perfmon
+++ b/scripts/plugins/perfmon
@@ -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__":
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to