Fix Handle range if Pri/Sec Service is Empty
diff --git a/src/attrib-server.c b/src/attrib-server.c
index 7e85d17..7d122fb 100644
--- a/src/attrib-server.c
+++ b/src/attrib-server.c
@@ -242,6 +242,7 @@
 
 		last_size = a->len;
 		old = cur;
+		last_handle = cur->handle;
 	}
 
 	if (groups == NULL)