Skip to content

Commit e1bd5b6

Browse files
committed
removes pushing 'comp-lzo' when it is enabled
1 parent 2b8a82a commit e1bd5b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/ovpn_genconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,6 @@ done
371371

372372
if [ "$OVPN_COMP_LZO" == "0" ]; then
373373
process_push_config "comp-lzo no"
374-
else
375-
process_push_config "comp-lzo"
376374
fi
377375

378376
[ ${#OVPN_PUSH[@]} -gt 0 ] && for i in "${OVPN_PUSH[@]}"; do

0 commit comments

Comments
 (0)