From dd026f851195b3cb9773ba6268c99cdf02268725 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 19 Apr 2017 03:44:20 +0000 Subject: [PATCH] fileio_tgt: change "#if DEBUG_TM_FN_IGNORE" to "#ifdef ..." Signed-off-by: David Butterfield git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7137 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- usr/fileio/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/fileio/common.c b/usr/fileio/common.c index d40caafbf..636b0a707 100644 --- a/usr/fileio/common.c +++ b/usr/fileio/common.c @@ -747,7 +747,7 @@ static int process_cmd(struct vdisk_cmd *vcmd) case SCST_USER_TASK_MGMT_DONE: res = do_tm(vcmd, 1); -#if DEBUG_TM_FN_IGNORE +#ifdef DEBUG_TM_FN_IGNORE if (dev->debug_tm_ignore) { sleep(15); }