gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gsasl branch, master, updated. gsasl-1-2-98-gbd9f20d


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-2-98-gbd9f20d
Date: Wed, 23 Sep 2009 17:08:55 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=bd9f20d1ea40e456b20a5ed1602eb5db02cec49b

The branch, master has been updated
       via  bd9f20d1ea40e456b20a5ed1602eb5db02cec49b (commit)
      from  73053872e2875140c892b7ccf6e4df12301d1f32 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bd9f20d1ea40e456b20a5ed1602eb5db02cec49b
Author: Simon Josefsson <address@hidden>
Date:   Wed Sep 23 19:08:45 2009 +0200

    Revert check for empty final token (incorrect change).

-----------------------------------------------------------------------

Summary of changes:
 src/gsasl.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/gsasl.c b/src/gsasl.c
index 1c3f687..dd672ff 100644
--- a/src/gsasl.c
+++ b/src/gsasl.c
@@ -658,9 +658,8 @@ main (int argc, char *argv[])
          if (res != GSASL_NEEDS_MORE && res != GSASL_OK)
            break;
 
-         if (res == GSASL_NEEDS_MORE || *out)
-           if (!step_send (out))
-             return 1;
+         if (!step_send (out))
+           return 1;
 
          if (res != GSASL_NEEDS_MORE)
            break;


hooks/post-receive
-- 
GNU gsasl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]