projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b3386
)
Remove reference to NAMEDATALEN, which wasn't necessary anyway.
author
Peter Eisentraut
<
[email protected]
>
Wed, 24 Apr 2002 23:00:40 +0000
(23:00 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Wed, 24 Apr 2002 23:00:40 +0000
(23:00 +0000)
src/interfaces/libpq/fe-auth.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-auth.c
b/src/interfaces/libpq/fe-auth.c
index 08ba42611f0c9a2dc7828270c07ec0149082231e..ad7fbb7888b3aebef8773db97a3254737cd961f3 100644
(file)
--- a/
src/interfaces/libpq/fe-auth.c
+++ b/
src/interfaces/libpq/fe-auth.c
@@
-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)? */