aboutsummaryrefslogtreecommitdiff
path: root/src/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/match.c')
-rw-r--r--src/match.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/match.c b/src/match.c
index 34314e25..cfd7d324 100644
--- a/src/match.c
+++ b/src/match.c
@@ -80,6 +80,7 @@ void match_copy(Match *dest, Match *src) {
DUPLICATE_REGEX(instance);
DUPLICATE_REGEX(window_role);
DUPLICATE_REGEX(workspace);
+ DUPLICATE_REGEX(machine);
}
/*