Skip to content

Commit

Permalink
Merge pull request #288 from doktornotor/patch-6
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Feb 3, 2017
2 parents 8b84a51 + 33be185 commit 374e019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions net/pfSense-pkg-freeradius2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

PORTNAME= pfSense-pkg-freeradius2
PORTVERSION= 1.7.6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ function freeradius_serverdefault_resync() {
$conf = '';

// Get Variables from freeradiusmodulesldap.xml
if (is_array($$config['installedpackages']['freeradiusmodulesldap']['config'][0])) {
if (is_array($config['installedpackages']['freeradiusmodulesldap']['config'][0])) {
$arrmodulesldap = $config['installedpackages']['freeradiusmodulesldap']['config'][0];
} else {
$arrmodulesldap = array();
Expand Down

0 comments on commit 374e019

Please sign in to comment.