myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-5-g2


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-5-g2575309
Date: Tue, 16 Feb 2010 17:05:14 +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 MyServer".

The branch, master has been updated
       via  257530993ef3c84242e56ce0edf76302b31f15ff (commit)
      from  350cd5a0fb970bbb103a3996fa2bb0c70e7eec1a (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 257530993ef3c84242e56ce0edf76302b31f15ff
Author: Giuseppe Scrivano <address@hidden>
Date:   Tue Feb 16 18:03:25 2010 +0100

    If the user is not found `dir.length ()' is zero.
    
    Problem introduced by the last commit 
350cd5a0fb970bbb103a3996fa2bb0c70e7eec1a.

diff --git a/myserver/tests/test_homedir.cpp b/myserver/tests/test_homedir.cpp
index 467d333..3e0b959 100644
--- a/myserver/tests/test_homedir.cpp
+++ b/myserver/tests/test_homedir.cpp
@@ -76,7 +76,7 @@ public:
                 || errno == EPERM))
       return;
 #elif !WIN32
-    if (! FilesUtility::fileExists ("/etc/passwd") || dir.length ())
+    if (! FilesUtility::fileExists ("/etc/passwd") || !dir.length ())
       return;
 #endif
 

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

Summary of changes:
 myserver/tests/test_homedir.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

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