From eefae1c6a24b2d267b4d4c367024602acd637b34 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Tue, 20 Sep 2005 16:45:41 +0000 Subject: - when authenticating via command line, pass 'authenticate' string to mdkonline --- mdkonline | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdkonline b/mdkonline index 1d659690..a3a6f404 100755 --- a/mdkonline +++ b/mdkonline @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/perl -w ################################################################################ # Mandriva Online Text User Interface # # # @@ -214,7 +214,7 @@ $wiz = { }; if (!$ia && $login && $password && $boxname) { - $is_success = mdkonline::create_authenticate_account($login, $password); + $is_success = mdkonline::create_authenticate_account('authenticate', $login, $password); if ($is_success eq 'OK') { ($sendconfres, $key) = send_conf($login, $password, $boxname); if ($sendconfres eq 'TRUE' && $key) { -- cgit v1.2.1