From d71425118bd7a2cadab2c6a3aca368e8fb6e2250 Mon Sep 17 00:00:00 2001 From: sjing Date: Mon, 20 Sep 2010 10:45:12 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7517 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/bind.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/bind.pm b/xCAT-server/lib/xcat/plugins/bind.pm index 00a46c98c..1a54f4828 100755 --- a/xCAT-server/lib/xcat/plugins/bind.pm +++ b/xCAT-server/lib/xcat/plugins/bind.pm @@ -915,8 +915,6 @@ sub FIXUP my $nothing; open($nothing, ">>", $DBDir . "db.cache"); } - my $nothing; - open($nothing, ">>", $DBDir . "db.cache"); close($nothing); printf $file "%-30s\tIN PTR localhost.\n", &REVERSE("127.0.0.1"); close($file);