Project

General

Profile

« Previous | Next » 

Revision 60b66b60

Added by Ermal LUÇI over 14 years ago

Ticket #1128. Ooops pass the right parameter to unlock.

View differences:

etc/inc/captiveportal.inc
1132 1132
                        }
1133 1133
		}
1134 1134

  
1135
		unlock('captiveportalradius');
1135
		unlock($cprdsrvlck);
1136 1136
		return $radiusservers;
1137 1137
        }
1138 1138

  
1139
	unlock('captiveportalradius');
1139
	unlock($cprdsrvlck);
1140 1140
        return false;
1141 1141
}
1142 1142

  
......
1460 1460
	return false;
1461 1461
}
1462 1462

  
1463
?>
1463
?>

Also available in: Unified diff