SHA256
1
0
forked from pool/tigervnc

x11vnc: reverted no-op code changes

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=199
This commit is contained in:
Stefan Dirsch 2020-12-07 22:11:02 +00:00 committed by Git OBS Bridge
parent 6d319422ba
commit df71d7e848

4
x11vnc
View File

@ -78,7 +78,7 @@ args = parser.parse_args()
# Warnings
if args.ignored_argument:
print('Warning: x11vnc wrapper accepts but ignores following arguments:')
print((', '.join(ignored_arguments)))
print(', '.join(ignored_arguments))
# vncpasswd
@ -114,7 +114,7 @@ if args.N:
new_args.append('-rfbport')
new_args.append(str(port))
else:
print(('Port %d is already used'%port))
print('Port %d is already used'%port)
sys.exit(1)
if args.rfbport: