Project

General

Profile

Actions

Bug #6797

closed

Shared Key Export - just one server in list

Added by Vitaly Virkunen over 7 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
OpenVPN Client Export
Target version:
-
Start date:
09/20/2016
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Affected Version:
All
Affected Plus Version:
Affected Architecture:
All

Description

There is a typo error in vpn_openvpn_export_shared.php line 191 that causes just one server to be displayed in the Shared Key Server's list.

Solution:

--$serverlist[$server['sindex']] = $server['name'];
++$serverlist[$server['index']] = $server['name'];

Actions #1

Updated by Jim Pingle over 7 years ago

  • Category set to OpenVPN Client Export
  • Status changed from New to Assigned
  • Assignee changed from Vitaly Virkunen to Jim Pingle
  • Affected Version changed from 2.3.2 to All
Actions #2

Updated by Jim Pingle over 7 years ago

  • % Done changed from 100 to 0
  • Affected Architecture All added
  • Affected Architecture deleted (i386)
Actions #3

Updated by Jim Pingle over 7 years ago

  • Status changed from Assigned to Feedback
  • % Done changed from 0 to 100

Fix pushed, will show up next time the packages are built.

Actions #4

Updated by Jim Pingle over 7 years ago

  • Status changed from Feedback to Resolved

Works

Actions

Also available in: Atom PDF