mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2019-02-05 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdairplay(1) that threw a segfault when processing a null RML.
This commit is contained in:
@@ -240,6 +240,10 @@ void RDRipc::DispatchCommand()
|
||||
|
||||
// printf("RDRipc::DispatchCommand: %s\n",(const char *)ripc_accum.toUtf8());
|
||||
QStringList cmds=ripc_accum.split(" ",QString::SkipEmptyParts);
|
||||
|
||||
if(cmds.size()==0) {
|
||||
return;
|
||||
}
|
||||
|
||||
if(cmds[0]=="PW") { // Password Response
|
||||
SendCommand("RU!");
|
||||
|
Reference in New Issue
Block a user