Skip to content

Commit 39e77dd

Browse files
committed
Remove reference to NAMEDATALEN, which wasn't necessary anyway.
1 parent ed8aa97 commit 39e77dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/interfaces/libpq/fe-auth.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes).
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.64 2002/02/23 04:17:47 petere Exp $
13+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.65 2002/04/24 23:00:40 petere Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -65,8 +65,7 @@
6565

6666
struct authsvc
6767
{
68-
char name[NAMEDATALEN]; /* service nickname (for command
69-
* line) */
68+
const char *name; /* service nickname (for command line) */
7069
MsgType msgtype; /* startup packet header type */
7170
int allowed; /* initially allowed (before command line
7271
* option parsing)? */

0 commit comments

Comments
 (0)