We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd2f55 commit ecfa398Copy full SHA for ecfa398
net/sunrpc/svcauth_unix.c
@@ -800,7 +800,7 @@ struct auth_ops svcauth_null = {
800
.name = "null",
801
.owner = THIS_MODULE,
802
.flavour = RPC_AUTH_NULL,
803
- .accept = svcauth_null_accept,
+ .accept = svcauth_null_accept,
804
.release = svcauth_null_release,
805
.set_client = svcauth_unix_set_client,
806
};
@@ -879,7 +879,7 @@ struct auth_ops svcauth_tls = {
879
.name = "tls",
880
881
.flavour = RPC_AUTH_TLS,
882
- .accept = svcauth_tls_accept,
+ .accept = svcauth_tls_accept,
883
884
885
@@ -995,7 +995,7 @@ struct auth_ops svcauth_unix = {
995
.name = "unix",
996
997
.flavour = RPC_AUTH_UNIX,
998
- .accept = svcauth_unix_accept,
+ .accept = svcauth_unix_accept,
999
.release = svcauth_unix_release,
1000
.domain_release = svcauth_unix_domain_release,
1001
0 commit comments