Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
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
Abuhujair Javed
Postgres FD Implementation
Commits
4913efc6
Commit
4913efc6
authored
Jan 31, 2010
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of unportable use of socklen_t --- we have a configure test
for that, so use it.
parent
f27a4696
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/backend/libpq/auth.c
src/backend/libpq/auth.c
+2
-2
No files found.
src/backend/libpq/auth.c
View file @
4913efc6
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.19
2 2010/01/27 12:11:59 mha
Exp $
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.19
3 2010/01/31 17:27:22 tgl
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -2523,7 +2523,7 @@ CheckRADIUSAuth(Port *port)
...
@@ -2523,7 +2523,7 @@ CheckRADIUSAuth(Port *port)
pgsocket
sock
;
pgsocket
sock
;
struct
sockaddr_in
localaddr
;
struct
sockaddr_in
localaddr
;
struct
sockaddr_in
remoteaddr
;
struct
sockaddr_in
remoteaddr
;
socklen_t
addrsize
;
ACCEPT_TYPE_ARG3
addrsize
;
fd_set
fdset
;
fd_set
fdset
;
struct
timeval
timeout
;
struct
timeval
timeout
;
int
i
,
r
;
int
i
,
r
;
...
...
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