From: Peter Eisentraut Date: Wed, 24 Apr 2002 23:00:40 +0000 (+0000) Subject: Remove reference to NAMEDATALEN, which wasn't necessary anyway. X-Git-Tag: REL7_3~1604 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39e77dd36546d24ffb2b6f307f26f19a2f6bafed;p=postgresql Remove reference to NAMEDATALEN, which wasn't necessary anyway. --- diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c index 1b1584712c..9beb235b33 100644 --- a/src/interfaces/libpq/fe-auth.c +++ b/src/interfaces/libpq/fe-auth.c @@ -10,7 +10,7 @@ * exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes). * * IDENTIFICATION - * $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 $ * *------------------------------------------------------------------------- */ @@ -65,8 +65,7 @@ struct authsvc { - char name[NAMEDATALEN]; /* service nickname (for command - * line) */ + const char *name; /* service nickname (for command line) */ MsgType msgtype; /* startup packet header type */ int allowed; /* initially allowed (before command line * option parsing)? */