Displaying 1 result from an estimated 1 matches for "845c845".
Did you mean:
045845
2009 Jun 11
6
[Bug 1606] New: internal-sftp does not drop conections properly, it will hang
...ent belong to subsystem or not meanwhile.
I will list the detial detail of the fix below and please help us to
have a review:
=======================================================================
In the session.c source file
=======================================================================
845c845
+ if (s->is_subsystem && IS_INTERNAL_SFTP(command))
---
- if (IS_INTERNAL_SFTP(command))
853c853
+ if (s->is_subsystem && IS_INTERNAL_SFTP(command))
---
- if (IS_INTERNAL_SFTP(command))
===================================...