Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2009 10:17:04 GMT
From:      Ana Kukec <anchie@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 165811 for review
Message-ID:  <200907081017.n68AH4el019901@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=165811

Change 165811 by anchie@anchie_malimis on 2009/07/08 10:16:25

	Call os_specific_init() and linux_rand_init() because they are used 
	in the nonce computation.	

Affected files ...

.. //depot/projects/soc2009/anchie_send/send_0.2/sendd/sendd.c#11 edit

Differences ...

==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/sendd.c#11 (text+ko) ====

@@ -260,9 +260,7 @@
 	    snd_ra_init() < 0 ||
 	    snd_certpath_init() < 0 ||
 	    snd_addr_init() < 0 ||
-#if 0
 	    os_specific_init() < 0 ||
-#endif
 	    snd_sigmeth_init() < 0 ||
 	    snd_replace_non_cga_linklocals() < 0 ||
 	    (ctlfd = snd_ctl_init()) < 0) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907081017.n68AH4el019901>