PERFORCE change 165811 for review

Ana Kukec anchie at FreeBSD.org
Wed Jul 8 10:17:06 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=165811

Change 165811 by anchie at 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) {


More information about the p4-projects mailing list