Commit 077e70a0 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix vncport tag calculation.

parent 48ba26cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ def vncport(dom):
        logger.exception('VNCPort')
        raise

    if 0 < port < 65536:
    if 0 < int(port) < 65536:
        return port

    return