diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-12-30 22:39:37 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-12-30 22:39:37 +0000 |
commit | 8268353b67435b80159c1cf97e57ba8985a519d5 (patch) | |
tree | 387a222961668970ef9604d60b081d6ac8abfd23 /news/fidogate-ds/files/patch-ftntick.c | |
parent | Add jack-rack. (diff) |
Update to 5.1.6ds
Notes
Notes:
svn path=/head/; revision=181105
Diffstat (limited to 'news/fidogate-ds/files/patch-ftntick.c')
-rw-r--r-- | news/fidogate-ds/files/patch-ftntick.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/news/fidogate-ds/files/patch-ftntick.c b/news/fidogate-ds/files/patch-ftntick.c deleted file mode 100644 index dbbc3150362e..000000000000 --- a/news/fidogate-ds/files/patch-ftntick.c +++ /dev/null @@ -1,17 +0,0 @@ -Index: src/tick/ftntick.c -=================================================================== -RCS file: /cvsroot/rusfidogate/fidogate-sta/src/tick/ftntick.c,v -retrieving revision 5.2 -retrieving revision 5.3 -diff -u -r5.2 -r5.3 ---- src/tick/ftntick.c 23 Nov 2005 23:12:22 -0000 5.2 -+++ src/tick/ftntick.c 15 Nov 2006 08:59:25 -0000 5.3 -@@ -370,7 +370,7 @@ - } - - a = uplinks_line_get(FALSE, &tic->from); -- if(a->options) -+ if(a != NULL && a->options != NULL) - { - tmp = (char*) xmalloc(strlen(tic->area) - + strlen(autocreate_line) |