summaryrefslogtreecommitdiff
path: root/net-mgmt/nefu/files/patch-publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nefu/files/patch-publish.c')
-rw-r--r--net-mgmt/nefu/files/patch-publish.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-mgmt/nefu/files/patch-publish.c b/net-mgmt/nefu/files/patch-publish.c
deleted file mode 100644
index 7f1d3f91f253..000000000000
--- a/net-mgmt/nefu/files/patch-publish.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- publish.c 2005-08-01 16:08:43.000000000 +0200
-+++ publish.c 2008-06-24 14:11:41.000000000 +0200
-@@ -750,7 +750,11 @@
- return( 1 );
- }
-
-- return( html_plan( s ));
-+ if ( nefu_html_dir != NULL ) {
-+ return( html_plan( s ));
-+ }
-+
-+ return ( 0 );
- }
-
-