Skip to content

Commit

Permalink
Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 5, 2014
1 parent 842960c commit c04f0df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/debug.c
Expand Up @@ -344,15 +344,15 @@ int fr_fault_setup(char const *cmd, char const *program)
#endif
#ifdef SIGABRT
if (fr_set_signal(SIGABRT, fr_fault) < 0) return -1;
/*
* Use this instead of abort so we get a
* full backtrace with broken versions of LLDB
*/
talloc_set_abort_fn(_fr_talloc_fault);
#endif
#ifdef SIGFPE
if (fr_set_signal(SIGFPE, fr_fault) < 0) return -1;
#endif
/*
* Use this instead of abort so we get a
* full backtrace with broken versions of LLDB
*/
}
setup = true;

Expand Down

0 comments on commit c04f0df

Please sign in to comment.