Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8135140

Browse files
committed
|From: "D'Arcy" "J.M." Cain <darcy@druid.net>||The following patch just prevents a warning from being generated because|the data type isn't specified.
1 parent03155dc commit8135140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/interfaces/libpq/fe-auth.c‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.24 1998/09/01 04:40:01 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.25 1999/01/22 13:28:50 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -92,7 +92,7 @@ static struct authsvc authsvcs[] = {
9292
{"password",STARTUP_PASSWORD_MSG,0}
9393
};
9494

95-
staticn_authsvcs=sizeof(authsvcs) /sizeof(structauthsvc);
95+
staticintn_authsvcs=sizeof(authsvcs) /sizeof(structauthsvc);
9696

9797
#ifdefKRB4
9898
/*----------------------------------------------------------------
@@ -550,7 +550,7 @@ fe_sendauth(AuthRequest areq, PGconn *conn, const char *hostname,
550550
* Set/return the authentication service currently selected for use by the
551551
* frontend. (You can only use one in the frontend, obviously.)
552552
*/
553-
staticpg_authsvc=-1;
553+
staticintpg_authsvc=-1;
554554

555555
void
556556
fe_setauthsvc(constchar*name,char*PQerrormsg)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp