shishi-commit
[Top][All Lists]
Advanced

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

[SCM] GNU shishi branch, master, updated. shishi-1-0-1-30-g81465b4


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-1-0-1-30-g81465b4
Date: Thu, 06 Sep 2012 10:13:06 +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 shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=81465b40b7ce77b6e4b68aaacc864c0c9c1c8d6d

The branch, master has been updated
       via  81465b40b7ce77b6e4b68aaacc864c0c9c1c8d6d (commit)
      from  587d3863176dc8d82623624bbd777d1a0a4d20af (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 81465b40b7ce77b6e4b68aaacc864c0c9c1c8d6d
Author: Simon Josefsson <address@hidden>
Date:   Thu Sep 6 12:13:01 2012 +0200

    Fix warning.

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

Summary of changes:
 lib/realm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/realm.c b/lib/realm.c
index 1b7c005..9a0eed8 100644
--- a/lib/realm.c
+++ b/lib/realm.c
@@ -134,7 +134,7 @@ shishi_realm_for_server_file (Shishi * handle, char *server)
 
          /* Domain part matching.  */
          p = server;
-         while (p = strchr (p, '.'))
+         while ((p = strchr (p, '.')))
            if (strcmp (p++, ri->serverwildcards[j]) == 0)
              return ri->name;
        }


hooks/post-receive
-- 
GNU shishi



reply via email to

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