From 5a6b851df19fbfb5a8f329fe727465a63fa02e9d Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file perl-xCAT/xCAT/Client.pm --- perl-xCAT/xCAT/Client.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Client.pm b/perl-xCAT/xCAT/Client.pm index 99dcbd3ff..bc090c890 100644 --- a/perl-xCAT/xCAT/Client.pm +++ b/perl-xCAT/xCAT/Client.pm @@ -267,7 +267,7 @@ sub submit_request { } else { print "warning: the client certificates under $homedir/.xcat/ are not setup correctly, please run '/opt/xcat/share/xcat/scripts/setup-local-client.sh"." $ENV{'USER'}' as 'root' to generate the client certificates; otherwise, the SSL connection between xcat client and xcatd will be setup without certificate verification and open to Man-In-The-Middle attacks.\n"; #Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client is deprecated! - #need to specify SSL_verify_mode => SSL_VERIFY_NONE explicitly + #need to specify SSL_verify_mode => SSL_VERIFY_NONE explicitly $client = IO::Socket::SSL->start_SSL($pclient, SSL_verify_mode => SSL_VERIFY_NONE, Timeout => 0, @@ -1338,7 +1338,7 @@ sub handle_response { } if ($desc) { $desc = "[$msgsource]: $desc" if ($showsource && $msgsource); - print "$desc\n"; + print "$desc\n"; } } }