projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d57d997
)
Fix a compiler warning
author
Takuma Hoshiai
<takuma.hoshiai@gmail.com>
Thu, 21 Mar 2024 00:00:33 +0000
(09:00 +0900)
committer
Takuma Hoshiai
<takuma.hoshiai@gmail.com>
Thu, 21 Mar 2024 00:00:33 +0000
(09:00 +0900)
Fix warning introduced in the previous commit.
src/config/pool_config.l
patch
|
blob
|
blame
|
history
diff --git
a/src/config/pool_config.l
b/src/config/pool_config.l
index c25b2e53205302d4e85be827eef1e147ba973279..3be304beaf4e181e900bb8c92963f91b6d5c2539 100644
(file)
--- a/
src/config/pool_config.l
+++ b/
src/config/pool_config.l
@@
-335,7
+335,7
@@
ParseConfigFile(const char *config_file, const char *calling_file,
FILE *fd;
YY_BUFFER_STATE lex_buffer;
int token;
- char *key;
+ char *key
= NULL
;
char *val;
ConfigVariable *item;
char buf[POOLMAXPATHLEN + 1];