diff options
Diffstat (limited to 'src/backend/libpq/hba.c')
-rw-r--r-- | src/backend/libpq/hba.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/hba.c b/src/backend/libpq/hba.c index c5be35f82bf..984b6da96d6 100644 --- a/src/backend/libpq/hba.c +++ b/src/backend/libpq/hba.c @@ -1,11 +1,11 @@ /*------------------------------------------------------------------------- * - * hba.c-- + * hba.c * Routines to handle host based authentication (that's the scheme * wherein you authenticate a user by seeing what IP address the system * says he comes from and possibly using ident). * - * $Id: hba.c,v 1.38 1999/01/17 06:18:25 momjian Exp $ + * $Id: hba.c,v 1.39 1999/02/13 23:15:43 momjian Exp $ * *------------------------------------------------------------------------- */ |