|
7 | 7 | *
|
8 | 8 | *
|
9 | 9 | * 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 $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -92,7 +92,7 @@ static struct authsvc authsvcs[] = {
|
92 | 92 | {"password",STARTUP_PASSWORD_MSG,0}
|
93 | 93 | };
|
94 | 94 |
|
95 |
| -staticn_authsvcs=sizeof(authsvcs) /sizeof(structauthsvc); |
| 95 | +staticintn_authsvcs=sizeof(authsvcs) /sizeof(structauthsvc); |
96 | 96 |
|
97 | 97 | #ifdefKRB4
|
98 | 98 | /*----------------------------------------------------------------
|
@@ -550,7 +550,7 @@ fe_sendauth(AuthRequest areq, PGconn *conn, const char *hostname,
|
550 | 550 | * Set/return the authentication service currently selected for use by the
|
551 | 551 | * frontend. (You can only use one in the frontend, obviously.)
|
552 | 552 | */
|
553 |
| -staticpg_authsvc=-1; |
| 553 | +staticintpg_authsvc=-1; |
554 | 554 |
|
555 | 555 | void
|
556 | 556 | fe_setauthsvc(constchar*name,char*PQerrormsg)
|
|