# HG changeset patch # User Mychaela Falconia # Date 1517769704 0 # Node ID 9ffaeb6fea1ab308bf0e257b4c2e99360f7f8838 # Parent b0cb465290f7e7a114394bb7f52225f770a84a33 uptools/atcmd/atinterf.c: logic inversion error diff -r b0cb465290f7 -r 9ffaeb6fea1a uptools/atcmd/atinterf.c --- a/uptools/atcmd/atinterf.c Sun Feb 04 18:39:39 2018 +0000 +++ b/uptools/atcmd/atinterf.c Sun Feb 04 18:41:44 2018 +0000 @@ -110,7 +110,7 @@ { int cpipe[2], rpipe[2], rc; - if (!no_target_mode) + if (no_target_mode) return(0); if (external_prog) setup_be_external();