Remove reference to NAMEDATALEN, which wasn't necessary anyway.
authorPeter Eisentraut <[email protected]>
Wed, 24 Apr 2002 23:00:40 +0000 (23:00 +0000)
committerPeter Eisentraut <[email protected]>
Wed, 24 Apr 2002 23:00:40 +0000 (23:00 +0000)
src/interfaces/libpq/fe-auth.c

index 08ba42611f0c9a2dc7828270c07ec0149082231e..ad7fbb7888b3aebef8773db97a3254737cd961f3 100644 (file)
@@ -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)? */