diff --git a/src/main/valuepair.c b/src/main/valuepair.c
index 58a9cda..f8feb40 100644
--- a/src/main/valuepair.c
+++ b/src/main/valuepair.c
@@ -572,6 +572,7 @@ void pairxlatmove(REQUEST *req, VALUE_PAIR **to, VALUE_PAIR **from)
 		 *	Don't move 'fallthrough' over.
 		 */
 		if (i->attribute == PW_FALL_THROUGH) {
+			tailfrom = i;
 			continue;
 		}
 
