diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/features/changelog/lib/src/gf-changelog.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/changelog/lib/src/gf-changelog.c b/xlators/features/changelog/lib/src/gf-changelog.c index 1b014640e94..4b2b25ad573 100644 --- a/xlators/features/changelog/lib/src/gf-changelog.c +++ b/xlators/features/changelog/lib/src/gf-changelog.c @@ -202,6 +202,7 @@ gf_changelog_notification_init (xlator_t *this, gf_changelog_t *gfc)                  gf_log (this->name, GF_LOG_ERROR,                          "could not connect to changelog socket!"                          " bailing out..."); +                close (sockfd);                  ret = -1;          } else                  gf_log (this->name, GF_LOG_INFO,  | 
