[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-768-g986a36f

Michael Adam obnox at samba.org
Thu Apr 16 09:14:00 GMT 2009


The branch, v3-4-test has been updated
       via  986a36fd30f7f65c7ef79b945f7b95014872f30f (commit)
      from  e344341ddd46e45b2ecdaf604cdd5d64adab6343 (commit)

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


- Log -----------------------------------------------------------------
commit 986a36fd30f7f65c7ef79b945f7b95014872f30f
Author: Michael Adam <obnox at samba.org>
Date:   Thu Apr 16 11:13:24 2009 +0200

    fix the build of net: dos_errstr is replaced by win_errstr...
    
    I had the patch locally but forgot to commit before pushing - sorry...
    
    Michael

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

Summary of changes:
 source3/utils/net_conf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c
index 57a925b..881c0a6 100644
--- a/source3/utils/net_conf.c
+++ b/source3/utils/net_conf.c
@@ -344,7 +344,7 @@ static int net_conf_import(struct net_context *c, struct smbconf_ctx *conf_ctx,
 		werr = smbconf_transaction_start(conf_ctx);
 		if (!W_ERROR_IS_OK(werr)) {
 			d_printf("error starting transaction: %s\n",
-				 dos_errstr(werr));
+				 win_errstr(werr));
 			goto done;
 		}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list