summaryrefslogtreecommitdiff
path: root/news/fidogate-ds/files/patch-areafix.c
diff options
context:
space:
mode:
Diffstat (limited to 'news/fidogate-ds/files/patch-areafix.c')
-rw-r--r--news/fidogate-ds/files/patch-areafix.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/news/fidogate-ds/files/patch-areafix.c b/news/fidogate-ds/files/patch-areafix.c
deleted file mode 100644
index e844416616ea..000000000000
--- a/news/fidogate-ds/files/patch-areafix.c
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: src/areafix/areafix.c
-===================================================================
-RCS file: /cvsroot/rusfidogate/fidogate-sta/src/areafix/areafix.c,v
-retrieving revision 5.5
-retrieving revision 5.6
-diff -u -r5.5 -r5.6
---- src/areafix/areafix.c 26 Feb 2006 15:48:31 -0000 5.5
-+++ src/areafix/areafix.c 15 Nov 2006 09:15:36 -0000 5.6
-@@ -1946,7 +1946,7 @@
- for (a=uplinks_lookup (areafix, area); a; a=a->next)
- {
- /* Create area */
-- if (a->options)
-+ if (a != NULL && a->options != NULL)
- BUF_COPY3( buf, a->areas, " ", a->options );
- else
- BUF_COPY( buf, a->areas );