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:
3f78b17
)
Fix typo in comment.
author
Heikki Linnakangas
<
[email protected]
>
Fri, 16 Aug 2013 13:25:52 +0000
(16:25 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Fri, 16 Aug 2013 13:26:22 +0000
(16:26 +0300)
src/backend/libpq/auth.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/libpq/auth.c
b/src/backend/libpq/auth.c
index 415b614e48b826f353d6f48ca508835b90001991..5b6a71c474c932dc8d896e6c5e8c200e3f9fd8a6 100644
(file)
--- a/
src/backend/libpq/auth.c
+++ b/
src/backend/libpq/auth.c
@@
-1938,7
+1938,7
@@
CheckPAMAuth(Port *port, char *user, char *password)
pam_port_cludge = port;
/*
- * Set the application data portion of the conversation struct This is
+ * Set the application data portion of the conversation struct
.
This is
* later used inside the PAM conversation to pass the password to the
* authentication module.
*/