Skip to content

Commit

Permalink
Revert "openvpn: backport fix from 384_81981"
Browse files Browse the repository at this point in the history
Prevents server from ever reaching a running state.

This reverts commit 6fba280.
  • Loading branch information
RMerl committed Jan 30, 2020
1 parent 5d341f8 commit ccb2410
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release/src/router/openvpn/src/openvpn/status.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,6 @@ void update_nvram_status(int event)
char *p = NULL;

prctl(PR_GET_NAME, name); //e.g. vpnserverX or vpnclientX

if(strstr(name, "server"))
return;

p = name + 3;

switch(event) {
Expand Down

0 comments on commit ccb2410

Please sign in to comment.