summaryrefslogtreecommitdiff
path: root/alpine/arg.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/arg.c')
-rw-r--r--alpine/arg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/arg.c b/alpine/arg.c
index 8a36497c..e0e26c15 100644
--- a/alpine/arg.c
+++ b/alpine/arg.c
@@ -697,7 +697,7 @@ Loop: while(--ac > 0)
if((str = *++av) != NULL){
if(x.flow)
fs_give((void **) &x.flow);
- x.users = cpystr(str);
+ x.flow = cpystr(str);
}
}
else{