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-96-g70e612b


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-2-96-g70e612b
Date: Wed, 16 Sep 2009 15:34:05 +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=70e612be00fcb254b5d0e7b2bc2ae2ff1be8905f

The branch, master has been updated
       via  70e612be00fcb254b5d0e7b2bc2ae2ff1be8905f (commit)
      from  0b3336f0900c51a2a93911d862f79970c43744bb (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 70e612be00fcb254b5d0e7b2bc2ae2ff1be8905f
Author: Simon Josefsson <address@hidden>
Date:   Wed Sep 16 17:33:13 2009 +0200

    Don't print empty tokens after success.

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

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

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