import.c: Fix query used when importing incrementally
commitc8e5b87825582cb2f52e61b14d131c84e90bd474
authorAndreas Ericsson <ae@op5.se>
Mon, 17 Mar 2008 16:12:25 +0000 (17 17:12 +0100)
committerAndreas Ericsson <ae@op5.se>
Mon, 17 Mar 2008 16:12:25 +0000 (17 17:12 +0100)
treebb1caa36bf6d211bb3c1cf6cfb7b77507459923b
parent5253e8e1cc297b5c8c7b0df972105ac9f13fd8cd
import.c: Fix query used when importing incrementally

We had a query error previously, causing the query result
to be NULL and we always crashed because we didn't check
it before we used it.

This patch fixes it, and makes the crash a bit nicer, as
we at least say *why* we crashed instead of just segfaulting.

Signed-off-by: Andreas Ericsson <ae@op5.se>
import.c