summaryrefslogtreecommitdiff
path: root/net/irrd/files/patch-database.c
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2008-02-15 14:17:22 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2008-02-15 14:17:22 +0000
commit48cb94d7a3479a47f9cc4d857fd92484cc1455f2 (patch)
tree0e3453f5a120e821239e7c76191a6c9342582a16 /net/irrd/files/patch-database.c
parent- Unbreak (diff)
- Update to 2.3.4
- Take maintainership because of maintainer email is bounced: takano@net-chef.net Recipient address rejected: User unknown in local recipient table
Notes
Notes: svn path=/head/; revision=207248
Diffstat (limited to 'net/irrd/files/patch-database.c')
-rw-r--r--net/irrd/files/patch-database.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/irrd/files/patch-database.c b/net/irrd/files/patch-database.c
deleted file mode 100644
index 1b8e2a1cf2ed..000000000000
--- a/net/irrd/files/patch-database.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- programs/IRRd/database.c.orig Fri Oct 18 05:02:29 2002
-+++ programs/IRRd/database.c Thu Apr 22 17:13:52 2004
-@@ -61,7 +61,9 @@
- HASH_Clear (db->hash_spec);
-
- db->radix = New_Radix (128);
-- fclose (db->db_fp);
-+
-+ if (db->db_fp != NULL)
-+ fclose (db->db_fp);
-
- db->db_fp = NULL;
- db->db_syntax = EMPTY_DB;