From 59aa9112f26e7027898fc67b6357379c310e0a38 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 15 Dec 2015 10:26:14 +0100 Subject: Suppress undefined comment in secrets line mga#10540 --- perl-install/fs/remote/davfs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/fs/remote/davfs.pm b/perl-install/fs/remote/davfs.pm index 5044b6e60..890530cb9 100644 --- a/perl-install/fs/remote/davfs.pm +++ b/perl-install/fs/remote/davfs.pm @@ -25,7 +25,7 @@ sub save_credentials { @$credentials or return; output_with_perm(secrets_file(), 0600, - map { to_double_quoted($_->{mntpoint}, $_->{username}, $_->{password}, $_->{comment}) . "\n" } @$credentials); + map { to_double_quoted($_->{mntpoint}, $_->{username}, $_->{password}) . "\n" } @$credentials); } sub mountpoint_credentials_save { -- cgit v1.2.1