]> git.saurik.com Git - redis.git/commit
removed check for zmalloc return NULL in createClient(). The check was misplaced...
authorantirez <antirez@gmail.com>
Wed, 20 Apr 2011 10:51:03 +0000 (12:51 +0200)
committerantirez <antirez@gmail.com>
Wed, 20 Apr 2011 10:51:03 +0000 (12:51 +0200)
commitc7ba7b8bbb97e8b9e388ec0e9a2ea161c23a3fd0
tree6b733d1988fac35b9b6930d71db2049aab4885f2
parentb3a96d454e9a4a7f8d88bb0e6f301427b5cfaa3e
removed check for zmalloc return NULL in createClient(). The check was misplaced, and zmalloc never returns NULL.
src/networking.c