Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-libclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-libclient
Commits
cef0d466
Unverified
Commit
cef0d466
authored
5 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
locale: disable for libwrap because it breaks the daemon
Change-Id: I4d40967e1def4323696b4ea7b42d449ade9f86f4
parent
6632541d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lrc.cpp
+2
-0
2 additions, 0 deletions
src/lrc.cpp
with
2 additions
and
0 deletions
src/lrc.cpp
+
2
−
0
View file @
cef0d466
...
@@ -65,8 +65,10 @@ public:
...
@@ -65,8 +65,10 @@ public:
Lrc
::
Lrc
(
MigrationCb
willDoMigrationCb
,
MigrationCb
didDoMigrationCb
)
Lrc
::
Lrc
(
MigrationCb
willDoMigrationCb
,
MigrationCb
didDoMigrationCb
)
{
{
#ifndef ENABLE_LIBWRAP
// Replace locale for timestamps
// Replace locale for timestamps
std
::
locale
::
global
(
std
::
locale
(
""
));
std
::
locale
::
global
(
std
::
locale
(
""
));
#endif
// Ensure Daemon is running/loaded (especially on non-DBus platforms)
// Ensure Daemon is running/loaded (especially on non-DBus platforms)
// before instantiating LRC and its members
// before instantiating LRC and its members
InstanceManager
::
instance
();
InstanceManager
::
instance
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment