[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1174-g5c5f72b

Karolin Seeger kseeger at samba.org
Wed Jul 1 11:23:16 GMT 2009


The branch, v3-4-test has been updated
       via  5c5f72b6c5e7473cfe42d2d54fd34c6b31cbf6b1 (commit)
      from  14be3fd3daee943d0aaad1029ab629e5d379708b (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit 5c5f72b6c5e7473cfe42d2d54fd34c6b31cbf6b1
Author: Michael Adam <obnox at samba.org>
Date:   Wed Jul 1 10:51:17 2009 +0200

    lib/util: fix order of includes in tevent_ntstatus.c
    
    replace.h needs to be included first.
    
    Michael
    (cherry picked from commit 8d982d91f231abbf003473d09433fca2cfa240ac)
    
    Signed-off-by: Michael Adam <obnox at samba.org>
    
    This addresses bug #6521.

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

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


Changeset truncated at 500 lines:

diff --git a/lib/util/tevent_ntstatus.c b/lib/util/tevent_ntstatus.c
index 1a34e9c..6aa576d 100644
--- a/lib/util/tevent_ntstatus.c
+++ b/lib/util/tevent_ntstatus.c
@@ -17,8 +17,8 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "tevent_ntstatus.h"
 #include "../replace/replace.h"
+#include "tevent_ntstatus.h"
 
 bool tevent_req_nterror(struct tevent_req *req,	NTSTATUS status)
 {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list