]> andersk Git - openssh.git/blobdiff - channels.h
- markus@cvs.openbsd.org 2001/11/07 22:53:21
[openssh.git] / channels.h
index 89e48009dd59d9087449d1e00b31f8378fb64f75..11ebb7b3a558baec037e5702857f833f81a7d23a 100644 (file)
@@ -32,7 +32,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* RCSID("$OpenBSD: channels.h,v 1.50 2001/10/10 22:18:47 markus Exp $"); */
+/* RCSID("$OpenBSD: channels.h,v 1.51 2001/11/07 22:53:21 markus Exp $"); */
 
 #ifndef CHANNEL_H
 #define CHANNEL_H
@@ -56,7 +56,7 @@
 #define SSH_CHANNEL_ZOMBIE             14      /* Almost dead. */
 #define SSH_CHANNEL_MAX_TYPE           15
 
-#define SSH_CHANNEL_PATH_LEN           30
+#define SSH_CHANNEL_PATH_LEN           256
 
 struct Channel;
 typedef struct Channel Channel;
This page took 0.035771 seconds and 4 git commands to generate.