patch-2.3.40 linux/net/sunrpc/svc.c
Next file: linux/net/sunrpc/svcsock.c
Previous file: linux/net/socket.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Jan 20 10:48:35 2000
- Orig file:
v2.3.39/linux/net/sunrpc/svc.c
- Orig date:
Wed Dec 8 14:11:28 1999
diff -u --recursive --new-file v2.3.39/linux/net/sunrpc/svc.c linux/net/sunrpc/svc.c
@@ -358,7 +358,7 @@
goto sendit;
err_bad_auth:
- dprintk("svc: authentication failed (%ld)\n", ntohl(auth_stat));
+ dprintk("svc: authentication failed (%d)\n", ntohl(auth_stat));
serv->sv_stats->rpcbadauth++;
resp->buf[-1] = xdr_one; /* REJECT */
svc_putlong(resp, xdr_one); /* AUTH_ERROR */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)