diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/irrd/files/patch-database.c | |
parent | Remove non staged ports without pending PR from net-im and net-mgmt (diff) |
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes:
svn path=/head/; revision=366967
Diffstat (limited to 'net/irrd/files/patch-database.c')
-rw-r--r-- | net/irrd/files/patch-database.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/irrd/files/patch-database.c b/net/irrd/files/patch-database.c deleted file mode 100644 index fc32c929eb34..000000000000 --- a/net/irrd/files/patch-database.c +++ /dev/null @@ -1,16 +0,0 @@ ---- programs/IRRd/database.c~ 2009-03-25 00:21:26.000000000 +0300 -+++ programs/IRRd/database.c 2012-03-15 10:53:03.000000000 +0400 -@@ -59,9 +59,11 @@ - - db->radix_v4 = New_Radix (32); - db->radix_v6 = New_Radix (128); -- fclose (db->db_fp); - -- db->db_fp = NULL; -+ if (db->db_fp) { -+ fclose (db->db_fp); -+ db->db_fp = NULL; -+ } - } - - |