BUG_exit_code: fix sparse "symbol not declared" warning
[gitweb.git] / builtin / receive-pack.c
index 4b68a28e92e726b4d16c4d3a0a339feb1aeacaee..2d719fa5117a93e18496fa2e366d737b6b7415ff 100644 (file)
@@ -1378,7 +1378,7 @@ static void warn_if_skipped_connectivity_check(struct command *commands,
                }
        }
        if (!checked_connectivity)
-               die("BUG: connectivity check skipped???");
+               BUG("connectivity check skipped???");
 }
 
 static void execute_commands_non_atomic(struct command *commands,