Fix typo
This commit is contained in:
parent
31916c1610
commit
0b934c3655
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
name="{{ name }}"
|
name="{{ name }}"
|
||||||
ipaddr="{{ link.ipaddr }}"
|
ipaddr="{{ link.ipaddr }}"
|
||||||
allowmask="{{ link.allowmask | join(' ') }}"
|
allowmask="{{ link.allowmask | join(' ') }}"
|
||||||
sendpass="{{ inspircd_link_sendpass }}"
|
sendpass="{{ link.sendpass }}"
|
||||||
recvpass="{{ link.recvpass }}"
|
recvpass="{{ link.recvpass }}"
|
||||||
{% if 'bind' in link %}bind="{{ link.bind }}"{% endif %}
|
{% if 'bind' in link %}bind="{{ link.bind }}"{% endif %}
|
||||||
{% if 'fingerprint' in link %}fingerprint="{{ link.fingerprint }}"{% endif %}
|
{% if 'fingerprint' in link %}fingerprint="{{ link.fingerprint }}"{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue