iagox86 / dnscat2

BSD 3-Clause "New" or "Revised" License
3.4k stars 599 forks source link

Update ll.c #163

Open Matir opened 3 years ago

Matir commented 3 years ago

Fixes:

libs/ll.c: In function 'compare':
libs/ll.c:85:28: warning: self-comparison always evaluates to true [-Wtautological-compare]                                                                                
         return a.value.ptr == a.value.ptr;