We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8aa97 commit 39e77ddCopy full SHA for 39e77dd
src/interfaces/libpq/fe-auth.c
@@ -10,7 +10,7 @@
10
* exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes).
11
*
12
* IDENTIFICATION
13
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.64 2002/02/23 04:17:47 petere Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.65 2002/04/24 23:00:40 petere Exp $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -65,8 +65,7 @@
65
66
struct authsvc
67
{
68
- char name[NAMEDATALEN]; /* service nickname (for command
69
- * line) */
+ const char *name; /* service nickname (for command line) */
70
MsgType msgtype; /* startup packet header type */
71
int allowed; /* initially allowed (before command line
72
* option parsing)? */
0 commit comments