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:
@@ -147,8 +147,7 @@ void EditLogLine::selectCartData()
|
||||
if(!ok) {
|
||||
cartnum=-1;
|
||||
}
|
||||
if(edit_cart_dialog->exec(&cartnum,RDCart::All,&edit_service,1,
|
||||
rda->user()->name(),rda->user()->password())==0) {
|
||||
if(edit_cart_dialog->exec(&cartnum,RDCart::All,edit_service,NULL)==0) {
|
||||
FillCart(cartnum);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user