Hi,
Due to a missunderstanding, UPDR doesn't update the global recordings list only the local list of LSTR.
void cSVDRP::CmdUPDR(const char *Option)
{
Recordings.Update(false);
+ ::Recordings.Update(false);
Reply(250, "Re-read of recordings directory triggered");
}
Maybe the member should be renamed to make the code more readable?
Lars.