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 | a89a468fbef2a6a56ed6a1dda35a492c5df45356 (patch) | |
tree | fdc57aa4a219febfb9b3110795f2aae89b3c3c13 /plugin | |
parent | 0373147610f3d33c867e235d892d70f869a8ba5e (diff) | |
download | mariadb-git-a89a468fbef2a6a56ed6a1dda35a492c5df45356.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 |