mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-13 06:03:37 +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:
@@ -155,8 +155,7 @@ int RDButtonDialog::exec(RDPanelButton *button,bool hookmode,
|
||||
|
||||
void RDButtonDialog::setCartData()
|
||||
{
|
||||
if(edit_cart_dialog->exec(&edit_cart,RDCart::All,&edit_svcname,1,
|
||||
edit_user_name,edit_user_password)==0) {
|
||||
if(edit_cart_dialog->exec(&edit_cart,RDCart::All,edit_svcname,NULL)==0) {
|
||||
DisplayCart(edit_cart);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user