1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fixed a EGD problem

This commit is contained in:
Werner Koch 2000-11-22 11:41:52 +00:00
parent 1bce2334b8
commit a5479e8c7c
19 changed files with 3076 additions and 2364 deletions

View file

@ -123,7 +123,7 @@ gather_random( void (*add)(const void*, size_t, int), int requester,
bname = EGD_SOCKET_NAME;
#endif
if ( !bname || !*bname )
bname = "entropy";
bname = "=entropy";
if ( *bname == '=' && bname[1] )
name = make_filename( g10_opt_homedir, bname+1 , NULL );