From cfe3ed2361556b1cd1145825d1068ace398a5ac8 Mon Sep 17 00:00:00 2001 From: Santabutthead Date: Sat, 7 Oct 2006 20:58:27 -0700 Subject: [PATCH] I'm not 100% sure why we were passing get_file() twice, if it breaks something I'll know soon enough. --- src/state-restore.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/state-restore.c b/src/state-restore.c index 3ced872..f09e49b 100644 --- a/src/state-restore.c +++ b/src/state-restore.c @@ -350,11 +350,10 @@ int main(int argc, char **argv) FILE *fp; mpd_Connection *conn; - fp = get_file(); - parse_args(argc, argv); fp = get_file(); + conn = setup_connection(); printErrorAndExit(conn); -- 2.11.4.GIT