jurivrljicak

Results 2 issues of jurivrljicak

Hello, from ``` SaneSession.java private void initSane() throws IOException { // RPC code outputStream.write(SaneRpcCode.SANE_NET_INIT); // version number outputStream.write(SaneWord.forSaneVersion(1, 0, 3)); // username outputStream.write(System.getProperty("user.name")); outputStream.flush(); **inputStream.readWord();** inputStream.readWord(); } ``` I am...

Hello, I don't understand why sometimes I am asked to authenticate and sometimes I am not. Can I disable this functionality? If I choose to enable it, I am not...