diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-10-14 22:51:42 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-10-14 22:51:42 +0400 |
commit | 53fa9ea09429af6e67616d3157a6e907d1e632e9 (patch) | |
tree | 0ef4b9457b723d1747f78f2567872683ceaddc9e /accel-pptpd/extra/pppd_compat.c | |
parent | 04c623f7a645d0decae6ba73ba19650aaec3c497 (diff) | |
download | accel-ppp-53fa9ea09429af6e67616d3157a6e907d1e632e9.tar.gz accel-ppp-53fa9ea09429af6e67616d3157a6e907d1e632e9.zip |
updated gentoo ebuids
fixed compilation warnings
Diffstat (limited to 'accel-pptpd/extra/pppd_compat.c')
-rw-r--r-- | accel-pptpd/extra/pppd_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/extra/pppd_compat.c b/accel-pptpd/extra/pppd_compat.c index ad0da57c..f53f7123 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); |