Ian Kent a2032c
diff --git a/daemon/lookup.c b/daemon/lookup.c
Ian Kent a2032c
index 70b9e02..4f2b318 100644
Ian Kent a2032c
--- a/daemon/lookup.c
Ian Kent a2032c
+++ b/daemon/lookup.c
Ian Kent a2032c
@@ -325,6 +325,7 @@ static int read_file_source_instance(struct autofs_point *ap, struct map_source
Ian Kent a2032c
 		instance->recurse = map->recurse;
Ian Kent a2032c
 		instance->depth = map->depth;
Ian Kent a2032c
 	}
Ian Kent a2032c
+	instance->stale = map->stale;
Ian Kent a2032c
 
Ian Kent a2032c
 	return do_read_map(ap, instance, age);
Ian Kent a2032c
 }
Ian Kent a2032c
@@ -346,6 +347,7 @@ static int read_source_instance(struct autofs_point *ap, struct map_source *map,
Ian Kent a2032c
 		instance->recurse = map->recurse;
Ian Kent a2032c
 		instance->depth = map->depth;
Ian Kent a2032c
 	}
Ian Kent a2032c
+	instance->stale = map->stale;
Ian Kent a2032c
 
Ian Kent a2032c
 	return do_read_map(ap, instance, age);
Ian Kent a2032c
 }