Skip to content

Commit

Permalink
typo induced crash bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdelisle committed Oct 25, 2015
1 parent d65af9a commit d504642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/angel/Core.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void Core_init(struct Allocator* alloc,
{
struct Security* sec = NULL;
if (!noSec) {
Security_new(alloc, logger, eventBase);
sec = Security_new(alloc, logger, eventBase);
}
struct NetCore* nc = NetCore_new(privateKey, alloc, eventBase, rand, logger);

Expand Down

0 comments on commit d504642

Please sign in to comment.