summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-01-31 18:38:56 +0100
committerdefault <nobody@localhost>2023-01-31 18:38:56 +0100
commitba4df29abd2e08d168edff95fff5067c6e3e747f (patch)
treeec056475a7fbfed061548126c6d291fda6d55153 /main.c
parent74d30a561c231eeef91fc7fee6ef728eef61aa29 (diff)
More symbol renaming.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2802e76..9bcc545 100644
--- a/main.c
+++ b/main.c
@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
/* ... */
basedir = GET_ARGV();
- return initdb(basedir);
+ return snac_init(basedir);
}
if (strcmp(cmd, "upgrade") == 0) {