[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Fix for #937 - support dynamic crypto acceleration engines
On Sat, May 30, 2009 at 03:29:17PM -0700, coderman wrote:
Hi! This looks pretty good. Just one thing:
+ if ((old->HardwareAccel != new_val->HardwareAccel)
+ || (old->AccelName != new_val->AccelName)
+ || (old->AccelDir != new_val->AccelDir)) {
In C you can't compare strings with == and !=; you need to use
strcmp().
I've added a patch to fix this up, added a changelog entry, and merged
the patch.
--
Nick