From: Baptiste Daroussin Date: Fri, 14 Apr 2023 12:54:20 +0000 (+0200) Subject: mlmmj-process: remove dead branch X-Git-Tag: RELEASE_1_4_0b1~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b96ad9073a1beb45e6b8d4756dfad282e93de7d6;p=thirdparty%2Fmlmmj.git mlmmj-process: remove dead branch --- diff --git a/src/mlmmj-process.c b/src/mlmmj-process.c index ee20a3cf..600221aa 100644 --- a/src/mlmmj-process.c +++ b/src/mlmmj-process.c @@ -640,7 +640,7 @@ int main(int argc, char **argv) if(recipextra) { int ownfd = openat(ml.ctrlfd, "owner", O_RDONLY); xasprintf(&owner, "%d", ownfd); - if(owner && strcmp(recipextra, "owner") == 0) { + if(strcmp(recipextra, "owner") == 0) { /* Why is this here, and not in listcontrol() ? * -- mortenp 20060409 */ /* strip envelope from before resending */