Explorar el Código

Do not return returncode indicating error when listing sessions

tags/v1.9.90
Jan Grulich hace 4 años
padre
commit
3fc2561f78
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      unix/vncserver

+ 1
- 1
unix/vncserver Ver fichero

@@ -709,7 +709,7 @@ sub List
}
}
}
exit 1;
exit;
}



Cargando…
Cancelar
Guardar