KlausT / ccminer

Software for mining various cryptocoins
GNU General Public License v3.0
403 stars 312 forks source link

change if(!fd) to if(fd!=NULL) #184

Closed nazerim closed 6 years ago

nazerim commented 6 years ago

Change test to explicitly test if fd is null

Solves crashing issue where !fd does not behave as expected when fd==NULL

nazerim commented 6 years ago

Needs further testing - will cancel request