This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".
The branch core-cfg_get has been updated
via 56239ea7447899557117cca967e9f2f94fe31bd8 (commit)
from 193b809592e3540e05ac34d64fd3f0c642c4722c (commit)
Summary of changes:
core/tarantool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 56239ea7447899557117cca967e9f2f94fe31bd8
Author: Roman Tokarev <[email protected]>
Date: Tue Dec 7 10:13:06 2010 +0300
[core] cfg_get: return 1 if param is missing in config file
diff --git a/core/tarantool.c b/core/tarantool.c
index 138a024..4a7f79c 100644
--- a/core/tarantool.c
+++ b/core/tarantool.c
@@ -381,7 +381,7 @@ main(int argc, char **argv)
free(value);
}
- return 0;
+ return 1;
}
cfg.log_level += verbose;
--
Tarantool -- an efficient key/value data store
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp