1
0
Fork 0

typo in changelog

This commit is contained in:
bagyenda 2007-08-21 04:17:55 +00:00
parent 4c5a8389c0
commit 382c48bb69
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2007-08020 P. A. Bagyenda <bagyenda@dsmagic.com>
2007-08-20 P. A. Bagyenda <bagyenda@dsmagic.com>
* Generalised MMS Queue handling interface to allow different storage/delivery mechanisms.
2007-08-09 P. A. Bagyenda <bagyenda@dsmagic.com>
* Added send-dlr-on-fetch config param to MMC settings

View File

@ -1086,8 +1086,8 @@ static int run_dir(char *topdir, char *dir, struct Qthread_t *tlist, int num_thr
}
if (dirp) closedir(dirp);
done:
if (tdir)
octstr_destroy(tdir);
octstr_destroy(tdir);
return ret;
}