Skip to content

Commit 45527be

Browse files
committed
actually sanitize service name
1 parent 9e09690 commit 45527be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qrexec/tools/qrexec_policy_agent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def __init__(
437437
):
438438
# pylint: disable=too-many-arguments
439439
sanitize_domain_name(source, assert_sanitized=True)
440-
sanitize_service_name(source, assert_sanitized=True)
440+
sanitize_service_name(service, assert_sanitized=True)
441441

442442
self._gtk_builder = Gtk.Builder()
443443
with importlib.resources.as_file(self._source_file_ref) as path:

0 commit comments

Comments
 (0)