Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.sbin/rpc.statd Pull up revision 1.22 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/887fd823d5d1
branches:  netbsd-1-6
changeset: 531248:887fd823d5d1
user:      grant <grant%NetBSD.org@localhost>
date:      Tue Apr 06 09:40:48 2004 +0000

description:
Pull up revision 1.22 (requested by bouyer in ticket #1656):

reset_host: reset actual host infos rather than reset copies of them.

diffstat:

 usr.sbin/rpc.statd/statd.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r da5c79016010 -r 887fd823d5d1 usr.sbin/rpc.statd/statd.c
--- a/usr.sbin/rpc.statd/statd.c        Tue Apr 06 09:39:10 2004 +0000
+++ b/usr.sbin/rpc.statd/statd.c        Tue Apr 06 09:40:48 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: statd.c,v 1.20.2.1 2003/01/06 04:52:53 jmc Exp $       */
+/*     $NetBSD: statd.c,v 1.20.2.2 2004/04/06 09:40:48 grant Exp $     */
 
 /*
  * Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: statd.c,v 1.20.2.1 2003/01/06 04:52:53 jmc Exp $");
+__RCSID("$NetBSD: statd.c,v 1.20.2.2 2004/04/06 09:40:48 grant Exp $");
 #endif
 
 /* main() function for status monitor daemon.  Some of the code in this        */
@@ -405,6 +405,7 @@
                hi->notifyReqd = *(time_t *) ptr;
                hi->attempts = 0;
                hi->monList = NULL;
+               change_host((char *)key->data, hi);
        }
        return 0;
 }



Home | Main Index | Thread Index | Old Index