fix another deprecation warning

This commit is contained in:
mh 2014-04-18 11:29:41 +02:00
parent 12814b8e9d
commit b1db2cacbe

View file

@ -1,4 +1,4 @@
Address = <%= scope.lookupvar("::ipaddress_#{tinc_interface.gsub('.','_')}") %>
Address = <%= scope.lookupvar("::ipaddress_#{@tinc_interface.gsub('.','_')}") %>
Port = <%= @port %>
Compression = <%= @compression %> # 0=no,11=best lzo
#