NETWARE CopFILE_setn

broken since 5.8.9
This commit is contained in:
Reini Urban 2014-02-12 11:05:43 -06:00 committed by Tony Cook
parent 78465a4bd4
commit d166b3ad85

2
cop.h
View File

@ -400,7 +400,7 @@ struct cop {
# ifdef NETWARE
# define CopFILE_set(c,pv) ((c)->cop_file = savepv(pv))
# define CopFILE_setn(c,pv,l) ((c)->cop_file = savepv((pv),(l)))
# define CopFILE_setn(c,pv,l) ((c)->cop_file = savepvn((pv),(l)))
# else
# define CopFILE_set(c,pv) ((c)->cop_file = savesharedpv(pv))
# define CopFILE_setn(c,pv,l) ((c)->cop_file = savesharedpvn((pv),(l)))