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

Commit39e77dd

Browse files
committed
Remove reference to NAMEDATALEN, which wasn't necessary anyway.
1 parented8aa97 commit39e77dd

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
structauthsvc
6767
{
68-
charname[NAMEDATALEN];/* service nickname (for command
69-
* line) */
68+
constchar*name;/* service nickname (for command line) */
7069
MsgTypemsgtype;/* startup packet header type */
7170
intallowed;/* initially allowed (before command line
7271
* option parsing)? */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp