summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/avp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/avp.c b/lib/avp.c
index 1bc1128..4489f66 100644
--- 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 *