diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-13 12:37:17 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-13 12:37:17 +0000 |
commit | b95c53765cd3bdd85a60072f3f32d4ce4ad950bc (patch) | |
tree | 7ab56b05fa8448dec5edfdd22258bc735c6a922b /src/modules.c | |
parent | aaa81d2dfb32ac81455d1b4fdbba343bd685f554 (diff) |
BUILD : 1.7.14 (1048) BUGS : 510 NOTES : Fixed a lot of redundant function declarations
git-svn-id: svn://svn.anope.org/anope/trunk@1048 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@772 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/modules.c')
-rw-r--r-- | src/modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.c b/src/modules.c index ee9e351b0..1ba71f719 100644 --- a/src/modules.c +++ b/src/modules.c @@ -2420,7 +2420,7 @@ void updateProtectDetails(char *level_info_protect_word, int moduleGetConfigDirective(Directive * d) { FILE *config; - char *dir; + char *dir = NULL; char buf[1024]; int linenum = 0; int ac = 0; |