summaryrefslogtreecommitdiff
path: root/extensions/acl_wl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/acl_wl')
-rw-r--r--extensions/acl_wl/acl_wl.c2
-rw-r--r--extensions/acl_wl/acl_wl.h2
-rw-r--r--extensions/acl_wl/aw_conf.l2
-rw-r--r--extensions/acl_wl/aw_conf.y2
-rw-r--r--extensions/acl_wl/aw_tree.c4
5 files changed, 6 insertions, 6 deletions
diff --git a/extensions/acl_wl/acl_wl.c b/extensions/acl_wl/acl_wl.c
index 97d970b..39c7339 100644
--- a/extensions/acl_wl/acl_wl.c
+++ b/extensions/acl_wl/acl_wl.c
@@ -2,7 +2,7 @@
* Software License Agreement (BSD License) *
* Author: Sebastien Decugis <sdecugis@freediameter.net> *
* *
-* Copyright (c) 2011, WIDE Project and NICT *
+* Copyright (c) 2019, WIDE Project and NICT *
* All rights reserved. *
* *
* Redistribution and use of this software in source and binary forms, with or without modification, are *
diff --git a/extensions/acl_wl/acl_wl.h b/extensions/acl_wl/acl_wl.h
index 6ac2cce..56ae203 100644
--- a/extensions/acl_wl/acl_wl.h
+++ b/extensions/acl_wl/acl_wl.h
@@ -2,7 +2,7 @@
* Software License Agreement (BSD License) *
* Author: Sebastien Decugis <sdecugis@freediameter.net> *
* *
-* Copyright (c) 2011, WIDE Project and NICT *
+* Copyright (c) 2019, WIDE Project and NICT *
* All rights reserved. *
* *
* Redistribution and use of this software in source and binary forms, with or without modification, are *
diff --git a/extensions/acl_wl/aw_conf.l b/extensions/acl_wl/aw_conf.l
index cfcd324..b74cc20 100644
--- a/extensions/acl_wl/aw_conf.l
+++ b/extensions/acl_wl/aw_conf.l
@@ -2,7 +2,7 @@
* Software License Agreement (BSD License) *
* Author: Sebastien Decugis <sdecugis@freediameter.net> *
* *
-* Copyright (c) 2013, WIDE Project and NICT *
+* Copyright (c) 2019, WIDE Project and NICT *
* All rights reserved. *
* *
* Redistribution and use of this software in source and binary forms, with or without modification, are *
diff --git a/extensions/acl_wl/aw_conf.y b/extensions/acl_wl/aw_conf.y
index 5594aa4..3825aa2 100644
--- a/extensions/acl_wl/aw_conf.y
+++ b/extensions/acl_wl/aw_conf.y
@@ -2,7 +2,7 @@
* Software License Agreement (BSD License) *
* Author: Sebastien Decugis <sdecugis@freediameter.net> *
* *
-* Copyright (c) 2013, WIDE Project and NICT *
+* Copyright (c) 2019, WIDE Project and NICT *
* All rights reserved. *
* *
* Redistribution and use of this software in source and binary forms, with or without modification, are *
diff --git a/extensions/acl_wl/aw_tree.c b/extensions/acl_wl/aw_tree.c
index 3ae170a..82e79f4 100644
--- a/extensions/acl_wl/aw_tree.c
+++ b/extensions/acl_wl/aw_tree.c
@@ -2,7 +2,7 @@
* Software License Agreement (BSD License) *
* Author: Sebastien Decugis <sdecugis@freediameter.net> *
* *
-* Copyright (c) 2013, WIDE Project and NICT *
+* Copyright (c) 2020, WIDE Project and NICT *
* All rights reserved. *
* *
* Redistribution and use of this software in source and binary forms, with or without modification, are *
@@ -339,7 +339,7 @@ int aw_tree_lookup(char * name, int * result)
{
struct split_name sn;
int lbl, found;
- struct tree_item * ti;
+ struct tree_item * ti = NULL;
struct fd_list * senti, *li;
TRACE_ENTRY("%p %p", name, result);