Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eduroam
radsecproxy
Commits
b3312528
Commit
b3312528
authored
Aug 27, 2013
by
Linus Nordberg
Browse files
Improve warning message when failing to resolve a dynamic server config.
parent
9196c246
Changes
1
Hide whitespace changes
Inline
Side-by-side
radsecproxy.c
View file @
b3312528
...
...
@@ -1797,8 +1797,8 @@ void *clientwr(void *arg) {
#if defined ENABLE_EXPERIMENTAL_DYNDISC
pthread_mutex_unlock
(
&
server
->
lock
);
#endif
debug
(
DBG_WARN
,
"%s: dynamicconfig(%s) failed, sleeping %ds"
,
__func__
,
server
->
conf
->
name
,
ZZZ
);
debug
(
DBG_WARN
,
"%s: dynamicconfig(
%s:
%s) failed, sleeping %ds"
,
__func__
,
server
->
conf
->
name
,
server
->
dynamiclookuparg
,
ZZZ
);
sleep
(
ZZZ
);
goto
errexit
;
}
...
...
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