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:
Fred Gleason
2021-01-17 16:50:25 -05:00
parent 834ea996fd
commit cd581d3c51
26 changed files with 137 additions and 146 deletions

View File

@@ -294,8 +294,7 @@ void EditCartEvent::selectCartData()
if(edit_cart!=NULL) {
cartnum=edit_cart->number();
}
switch(catch_cart_dialog->exec(&cartnum,RDCart::Macro,NULL,0,
rda->user()->name(),rda->user()->password())) {
switch(catch_cart_dialog->exec(&cartnum,RDCart::Macro,QString(),NULL)) {
case 0:
if(edit_cart!=NULL) {
delete edit_cart;