Changeset 553 for trunk/src/sh_sig.c


Ignore:
Timestamp:
Feb 27, 2020, 8:16:48 PM (5 years ago)
Author:
katerina
Message:

Fix for ticket #443 (Incompatibility with older gpg versions).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_sig.c

    r550 r553  
    12961296  TPT(((0), FIL__, __LINE__, _("msg=<Close pipe>\n")));
    12971297
    1298   if (n_newsig != n_goodsig || n_newsig != n_validsig || n_newsig > 1)
     1298  if (n_goodsig != n_validsig || n_newsig > 1 || n_goodsig > 1)
    12991299    {
    13001300        sh_error_handle((-1), FIL__, __LINE__, 0, MSG_E_SUBGEN,
Note: See TracChangeset for help on using the changeset viewer.