diff options
author | Amitay Isaacs <amitay@gmail.com> | 2013-05-23 23:42:23 -0500 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2013-05-29 14:57:03 +1000 |
commit | e6208ea45321b8dd801d7123ae15f612f75d857f (patch) | |
tree | a7d6a6ce9c499af856b7d825dafe80f356a09a92 /ctdb | |
parent | 2e515f230602116be2a945119d3442d557b81f75 (diff) | |
download | samba-e6208ea45321b8dd801d7123ae15f612f75d857f.tar.gz samba-e6208ea45321b8dd801d7123ae15f612f75d857f.tar.xz samba-e6208ea45321b8dd801d7123ae15f612f75d857f.zip |
util: Do not stop build if backtracing is not supported
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit b091f09ea01482823bd850d1d4e2329e0a19c959)
Diffstat (limited to 'ctdb')
-rw-r--r-- | ctdb/lib/util/fault.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ctdb/lib/util/fault.c b/ctdb/lib/util/fault.c index 31ac165ac41..3dddd0ecb28 100644 --- a/ctdb/lib/util/fault.c +++ b/ctdb/lib/util/fault.c @@ -109,8 +109,7 @@ _PUBLIC_ void call_backtrace(void) } #undef NAMESIZE #else - DEBUG(0, ("call_backstrace: not implemented\n")); -#error bla + DEBUG(0, ("call_backtrace: not implemented\n")); #endif } |