From cc84d46fb568aff5c4fb9f48f1a255f6c7d2c683 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Wed, 10 Dec 2008 22:21:26 +0100 Subject: [PATCH] typo darcs-hash:20081210212126-af139-9f13d49c6df2c6434ed55fdee0aaf881a3fe59a7.gz --- Python/etc/bind/named.conf.options | 2 +- etc/python/ip.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/etc/bind/named.conf.options b/Python/etc/bind/named.conf.options index ab76764..9894a74 100644 --- a/Python/etc/bind/named.conf.options +++ b/Python/etc/bind/named.conf.options @@ -45,7 +45,7 @@ if not has("dns-secondary-no-forward"): @ if not has("vlan-radin"): @ allow-recursion {"localnets"; "cransadm"; "crans";}; -else +else: @ allow-recursion {"localnets"; "cransadm"; "crans"; "radins";}; @}; diff --git a/etc/python/ip.py b/etc/python/ip.py index 8344e20..65adbff 100644 --- a/etc/python/ip.py +++ b/etc/python/ip.py @@ -21,7 +21,7 @@ def admip(): return admipof(hostname) def radinip(): - if has("vlan-radin"):: + if has("vlan-radin"): return '10.42.0.1' else: raise NotImplementedError, "Ce serveur n'a rien à faire sur le VLAN radin"