patch-2.2.13 linux/net/sunrpc/svc.c
Next file: linux/net/sunrpc/svcsock.c
Previous file: linux/net/sched/sch_generic.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Oct 19 17:14:02 1999
- Orig file:
v2.2.12/linux/net/sunrpc/svc.c
- Orig date:
Tue Dec 29 11:42:25 1998
diff -u --recursive --new-file v2.2.12/linux/net/sunrpc/svc.c linux/net/sunrpc/svc.c
@@ -353,7 +353,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)