don't return in void function
[libradsec.git] / lib / avp.c
index 1bc1128..4489f66 100644 (file)
--- a/lib/avp.c
+++ b/lib/avp.c
@@ -54,7 +54,7 @@ rs_avp_name (rs_const_avp *vp)
 void
 rs_avp_append (rs_avp **head, rs_avp *tail)
 {
-  return nr_vps_append (head, tail);
+  nr_vps_append (head, tail);
 }
 
 rs_avp *