From: Eirik A. Nygaard Date: Tue, 3 Apr 2007 12:43:12 +0000 (+0200) Subject: We do want to get the banner. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=02b5a22a8d0c43b7f182b446b43167ba02774c02;p=nms We do want to get the banner. --- diff --git a/include/nms.pm b/include/nms.pm index 5b5ec9c..b55314d 100644 --- a/include/nms.pm +++ b/include/nms.pm @@ -45,7 +45,7 @@ sub switch_connect($) { # Password => $password); $conn->cmd($nms::config::zyxel_password); # Get rid of banner - #$conn->get; + $conn->get; return ($conn); }