diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,7 +358,7 @@ int main(int argc, char **argv) } if (dryrun) { - ret = 0; + ret = mscp_prepare_join(m); goto out; } |
![]() |
index : mscp.git | |
Unnamed repository; edit this file 'description' to name the repository. | User & |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/main.c | 2 |
@@ -358,7 +358,7 @@ int main(int argc, char **argv) } if (dryrun) { - ret = 0; + ret = mscp_prepare_join(m); goto out; } |