opnsense-ports/security/openvpn-admin/files/patch-src-MainWindow.cs
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
459 B
C#

--- src/MainWindow.cs.orig Mon Oct 8 11:55:37 2007
+++ src/MainWindow.cs Mon Oct 8 11:55:53 2007
@@ -500,7 +500,7 @@
return;
}
- if (Configuration.Activate(this.SelectedEntry, new ActivateDelegate(RequestPassword)))
+ if (Configuration.Activate(this.SelectedEntry, new ConnectionActivateDelegate(RequestPassword)))
{
this.activeConnections = this.activeConnections + 1;
this.RefreshCurrentEntry();