From: Michael S. Tsirkin Date: Thu, 6 Jan 2005 10:34:01 +0000 (+0000) Subject: r1485: fix typo X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=de79905ce90920fc8e2bc9eda3e4549ce4b9868f;p=~adrianc%2Fmstflint.git r1485: fix typo --- diff --git a/mtcr.h b/mtcr.h index 2e275e7..882a335 100644 --- a/mtcr.h +++ b/mtcr.h @@ -163,7 +163,7 @@ mfind(const char* name, off_t* offset_p ) name_parsed: - if (domain) { + if (my_domain) { fprintf(stderr,"Device %s: domain number %#x detected.\n" "Only domain 0x0 supported for now, sorry.\n", name, my_domain);