And one more...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 30 May 2013 14:55:24 +0000 (10:55 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 30 May 2013 14:55:24 +0000 (10:55 -0400)
src/main/process.c

index 4c8cb90..2809bfb 100644 (file)
@@ -2223,7 +2223,7 @@ static int request_will_proxy(REQUEST *request)
                        rad_assert(vp != NULL); /* handled by above function */
                        /* Insert at the START of the list */
                        /* FIXME: Can't make assumptions about ordering */
-                       paircursor(&cursor, vp);
+                       paircursor(&cursor, &vp);
                        pairinsert(&cursor, request->proxy->vps);
                        request->proxy->vps = vp;
                }