diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-17 14:26:59 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-17 14:26:59 +0000 |
commit | b501cd1817d95290704cf79da857ee835fa54fab (patch) | |
tree | 5b0deef1f42b598f0380866b21ab1b8efea618a6 /net/gnu-radius/files/patch-symtab.c | |
parent | (forced commit) (diff) |
update to GNU Radius 1.0
PR: 53668
Submitted by: Andrey Pavlenko <lance@merlin.net.ua>
Notes
Notes:
svn path=/head/; revision=85056
Diffstat (limited to 'net/gnu-radius/files/patch-symtab.c')
-rw-r--r-- | net/gnu-radius/files/patch-symtab.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/gnu-radius/files/patch-symtab.c b/net/gnu-radius/files/patch-symtab.c deleted file mode 100644 index c1616834b72d..000000000000 --- a/net/gnu-radius/files/patch-symtab.c +++ /dev/null @@ -1,12 +0,0 @@ ---- radlib/symtab.c.orig Tue Nov 27 12:13:36 2001 -+++ radlib/symtab.c Wed Apr 24 09:54:42 2002 -@@ -307,6 +307,9 @@ - { - int i; - Symbol *sym, *next; -+ -+ if (symtab->hash_num == -1) -+ return; - - for (i = 0; i < hash_size[symtab->hash_num]; i++) { - sym = symtab->sym[i]; |