summaryrefslogtreecommitdiff
path: root/net-p2p/lopster/files/patch-src-log.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/lopster/files/patch-src-log.c')
-rw-r--r--net-p2p/lopster/files/patch-src-log.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-p2p/lopster/files/patch-src-log.c b/net-p2p/lopster/files/patch-src-log.c
deleted file mode 100644
index 93312d4ee4f8..000000000000
--- a/net-p2p/lopster/files/patch-src-log.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/log.c.orig Mon Oct 15 07:33:46 2007
-+++ src/log.c Mon Oct 15 07:33:46 2007
-@@ -148,7 +148,8 @@
- g_free(log);
- }
- g_list_free(net?net->logs:other_logs);
-- net?net->logs:other_logs = NULL;
-+ if (net) net->logs = NULL;
-+ else other_logs = NULL;
- }
-
- void log_file_destroy(log_file_t* lf) {