mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-14 03:32:22 -05:00
Enable tray icon on LDAP connection
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@941 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
43a22c7832
commit
d9538e774b
@ -437,6 +437,7 @@ public class LdapConnection extends AbstractConnection {
|
||||
bytesleft -= bytesread;
|
||||
}
|
||||
|
||||
DavGatewayTray.switchIcon();
|
||||
//Ber.dumpBER(System.out, "request\n", inbuf, 0, offset);
|
||||
handleRequest(new BerDecoder(inbuf, 0, offset));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user