Commit b07495aa authored by Max Kellermann's avatar Max Kellermann

db/proxy: remove superfluous CheckError() call

parent 686a5321
......@@ -681,7 +681,7 @@ Visit(struct mpd_connection *connection, const char *uri,
}
}
return CheckError(connection, error);
return true;
}
static bool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment