mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2021-01-17 Fred Gleason <fredg@paravelsystems.com>
* Restored enforcement of service authorized groups in rdairplay(1) and rdlogedit(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -428,8 +428,7 @@ void RDCartSlot::loadData()
|
||||
case RDSlotOptions::CartDeckMode:
|
||||
cartnum=slot_logline->cartNumber();
|
||||
if(cartnum==0) {
|
||||
if(slot_cart_dialog->exec(&cartnum,RDCart::All,&svcname,0,
|
||||
slot_user->name(),slot_user->password(),
|
||||
if(slot_cart_dialog->exec(&cartnum,RDCart::All,QString(),
|
||||
&slot_temp_cart)==0) {
|
||||
load(cartnum);
|
||||
}
|
||||
|
Reference in New Issue
Block a user