summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
authordjm <djm>2001-11-12 00:04:54 +0000
committerdjm <djm>2001-11-12 00:04:54 +0000
commitcd699f40ef43781ee26087c07a4f93b5d76e8657 (patch)
treeca372ebcf75ddff9e5fad77714e9fb8b0041a169 /channels.h
parentbd1103ca7388f72de4ccad8263a5d03cf2f87657 (diff)
downloadopenssh-cd699f40ef43781ee26087c07a4f93b5d76e8657.tar.gz
- markus@cvs.openbsd.org 2001/11/07 22:53:21
[channels.h] crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.h b/channels.h
index 89e48009..11ebb7b3 100644
--- a/channels.h
+++ b/channels.h
@@ -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;