mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-29 16:09:55 +00:00
fixed mpd connection with empty mpdpass introduced by #148
This commit is contained in:
parent
8c1115dc63
commit
88b2aa70c8
@ -113,6 +113,7 @@ int main(int argc, char **argv)
|
||||
run_as_user = strdup(optarg);
|
||||
break;
|
||||
case 'm':
|
||||
if (strlen(optarg) > 0)
|
||||
mpd.password = strdup(optarg);
|
||||
break;
|
||||
case 'v':
|
||||
|
Loading…
Reference in New Issue
Block a user