Date: Sat, 06 Oct 2001 16:33:17 -0400 From: "Alexander Kabaev" <kabaev@hotmail.com> To: freebsd-current@FreeBSD.ORG Cc: DougB@DougBarton.net, peter@FreeBSD.ORG Message-ID: <F129I68PsRl2BI6AbJ100015967@hotmail.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Apologies to everyone who will get this e-mail twice. My previuos attempt usig different email account has been bounced back by hub.freebsd.org. I reported this bug to Julian and he promised to fix it soon. Unfortunately, that didn't happen yet. In a meantime, I am using the patch attached. Of course I cannot be sure that we are seeing the same bug because you didn't provide any details. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp [-- Attachment #2 --] Index: nfs_socket.c =================================================================== RCS file: /home/ncvs/src/sys/nfsclient/nfs_socket.c,v retrieving revision 1.69 diff -u -r1.69 nfs_socket.c --- nfs_socket.c 27 Sep 2001 22:40:37 -0000 1.69 +++ nfs_socket.c 6 Oct 2001 20:21:22 -0000 @@ -1364,6 +1364,6 @@ nfs_msg(struct thread *td, char *server, char *msg) { - tprintf(td->td_proc, LOG_INFO, "nfs server %s: %s\n", server, msg); + tprintf((td ? td->td_proc : NULLi), LOG_INFO, "nfs server %s: %s\n", server, msg); return (0); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F129I68PsRl2BI6AbJ100015967>
