summaryrefslogtreecommitdiff
path: root/accel-pptpd/extra
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2010-10-14 22:51:42 +0400
committerDmitry Kozlov <xeb@mail.ru>2010-10-14 22:51:42 +0400
commit53fa9ea09429af6e67616d3157a6e907d1e632e9 (patch)
tree0ef4b9457b723d1747f78f2567872683ceaddc9e /accel-pptpd/extra
parent04c623f7a645d0decae6ba73ba19650aaec3c497 (diff)
downloadaccel-ppp-xebd-53fa9ea09429af6e67616d3157a6e907d1e632e9.tar.gz
accel-ppp-xebd-53fa9ea09429af6e67616d3157a6e907d1e632e9.zip
updated gentoo ebuids
fixed compilation warnings
Diffstat (limited to 'accel-pptpd/extra')
-rw-r--r--accel-pptpd/extra/pppd_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/extra/pppd_compat.c b/accel-pptpd/extra/pppd_compat.c
index ad0da57..f53f712 100644
--- a/accel-pptpd/extra/pppd_compat.c
+++ b/accel-pptpd/extra/pppd_compat.c
@@ -255,7 +255,7 @@ static void write_radattr(struct ppp_t *ppp, struct rad_packet_t *pack, int save
struct rad_attr_t *attr;
struct rad_dict_value_t *val;
FILE *f;
- char *fname1, *fname2;
+ char *fname1, *fname2 = NULL;
int i;
fname1 = _malloc(PATH_MAX);