Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
radsecproxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eduroam
radsecproxy
Commits
ddd985a9
Commit
ddd985a9
authored
Apr 16, 2012
by
Linus Nordberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initialize ipv4only and ipv6only.
parent
2feba60a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
radsecproxy.c
radsecproxy.c
+2
-2
No files found.
radsecproxy.c
View file @
ddd985a9
...
...
@@ -2708,7 +2708,7 @@ int confclient_cb(struct gconffile **cf, void *arg, char *block, char *opt, char
struct
clsrvconf
*
conf
;
char
*
conftype
=
NULL
,
*
rewriteinalias
=
NULL
;
long
int
dupinterval
=
LONG_MIN
,
addttl
=
LONG_MIN
;
uint8_t
ipv4only
,
ipv6only
;
uint8_t
ipv4only
=
0
,
ipv6only
=
0
;
debug
(
DBG_DBG
,
"confclient_cb called for %s"
,
block
);
...
...
@@ -2886,7 +2886,7 @@ int confserver_cb(struct gconffile **cf, void *arg, char *block, char *opt, char
struct
clsrvconf
*
conf
,
*
resconf
;
char
*
conftype
=
NULL
,
*
rewriteinalias
=
NULL
;
long
int
retryinterval
=
LONG_MIN
,
retrycount
=
LONG_MIN
,
addttl
=
LONG_MIN
;
uint8_t
ipv4only
,
ipv6only
;
uint8_t
ipv4only
=
0
,
ipv6only
=
0
;
debug
(
DBG_DBG
,
"confserver_cb called for %s"
,
block
);
...
...
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