update: renamed directory_update_init() to update_enqueue()

This commit is contained in:
Max Kellermann
2009-09-24 17:57:39 +02:00
parent aec18c74ec
commit 1cc4914b24
4 changed files with 4 additions and 4 deletions

View File

@@ -1025,7 +1025,7 @@ handle_update(struct client *client, G_GNUC_UNUSED int argc, char *argv[])
if (argc == 2)
path = g_strdup(argv[1]);
ret = directory_update_init(path);
ret = update_enqueue(path);
if (ret > 0) {
client_printf(client, "updating_db: %i\n", ret);
return COMMAND_RETURN_OK;