summaryrefslogtreecommitdiff
path: root/src/commit.c
diff options
context:
space:
mode:
authoralex <alex@builder.localdomain>2007-12-11 15:12:41 -0800
committeralex <alex@builder.localdomain>2007-12-11 15:12:41 -0800
commit42aff76b3686beb463a77f3dabd4c5beed961120 (patch)
treee61062b2c0b55d3841083c38110603f1c398bd06 /src/commit.c
parentfb9450551d5757a45806a062d7457a761e6dd295 (diff)
parent832dbf144bc019ec524e4163b716dd823ee26900 (diff)
downloadvyatta-cfg-42aff76b3686beb463a77f3dabd4c5beed961120.tar.gz
vyatta-cfg-42aff76b3686beb463a77f3dabd4c5beed961120.zip
Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg
Diffstat (limited to 'src/commit.c')
-rw-r--r--src/commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.c b/src/commit.c
index 2eedf6f..400328e 100644
--- a/src/commit.c
+++ b/src/commit.c
@@ -290,7 +290,7 @@ int main(int argc, char **argv)
my_free(mod);
if (st < 0 ) {
fprintf(out_stream, "No configuration changes to commit\n");
- bye("No configuration changes to commit\n");
+ return 0;
}
if (get_config_lock() == -1) {