diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-04-05 15:25:19 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-04-05 15:25:19 +0300 |
commit | a16fa714e62e7201c8422772eb5c0ef42b4dfccc (patch) | |
tree | fdc57aa4a219febfb9b3110795f2aae89b3c3c13 /plugin | |
parent | a4907df4f6384a22de040e077400df25112875a6 (diff) | |
download | mariadb-git-a16fa714e62e7201c8422772eb5c0ef42b4dfccc.tar.gz |
Fixed a wrong name in a comment
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/auth/auth_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth/auth_socket.c b/plugin/auth/auth_socket.c index b8ae00b6949..0fec4e85ce5 100644 --- a/plugin/auth/auth_socket.c +++ b/plugin/auth/auth_socket.c @@ -17,7 +17,7 @@ /** @file - socket_peercred authentication plugin. + auth_socket authentication plugin. Authentication is successful if the connection is done via a unix socket and the owner of the client process matches the user name that was used when |