Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
e2da6fcd
Commit
e2da6fcd
authored
Feb 01, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly destroy the dns_handler socket when first start fails
To correctly exit the process
parent
835c650e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
src/main.cpp
src/main.cpp
+6
-1
No files found.
src/main.cpp
View file @
e2da6fcd
...
...
@@ -196,7 +196,12 @@ int main(int ac, char** av)
}
}
else
identd
.
shutdown
();
{
#ifdef UDNS_FOUND
dns_handler
.
destroy
();
#endif
identd
.
shutdown
();
}
}
// If the only existing connection is the one to the XMPP component:
// close the XMPP stream.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment