Skip to content
Snippets Groups Projects
Commit 14028571 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

change kMAXPATHLEN from 1024 to 2048 to be in sync with the value in TSystem.h.

git-svn-id: http://root.cern.ch/svn/root/trunk@7872 27541ba8-7e3a-0410-8455-c3a389f83636
parent 17797aed
Branches
Tags
No related merge requests found
// @(#)root/rpdutils:$Name: $:$Id: rpdp.h,v 1.9 2003/11/13 15:15:11 rdm Exp $
// @(#)root/rpdutils:$Name: $:$Id: rpdp.h,v 1.10 2003/11/18 23:09:13 rdm Exp $
// Author: Gerardo Ganis 7/4/2003
/*************************************************************************
......@@ -40,7 +40,7 @@ const int kMAXSECBUF = 2048;
const int kAUTH_REUSE_MSK = 0x1;
const int kAUTH_CRYPT_MSK = 0x2;
const int kAUTH_SSALT_MSK = 0x4;
const int kMAXPATHLEN = 1024;
const int kMAXPATHLEN = 2048;
const int kMAXTABSIZE = 1000000000;
const int kMAXRSATRIES = 100;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment