[SCM] Samba Shared Repository - branch v3-3-test updated -
release-3-2-0pre2-4396-gd7fa7b8
Günther Deschner
gd at samba.org
Tue Nov 18 20:51:03 GMT 2008
The branch, v3-3-test has been updated
via d7fa7b88d5027903a1dace366e41aab19c0b95d4 (commit)
from dd53e2faa4a0a9944947f0720960270954b2a5e7 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test
- Log -----------------------------------------------------------------
commit d7fa7b88d5027903a1dace366e41aab19c0b95d4
Author: Michael Adam <obnox at samba.org>
Date: Mon Sep 22 10:34:57 2008 +0200
winbind_util: fix an implicit cast compile warning.
Michael
-----------------------------------------------------------------------
Summary of changes:
source/winbindd/winbindd_util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/winbindd/winbindd_util.c b/source/winbindd/winbindd_util.c
index ebcf625..d022a97 100644
--- a/source/winbindd/winbindd_util.c
+++ b/source/winbindd/winbindd_util.c
@@ -1176,7 +1176,7 @@ void parse_add_domuser(void *buf, char *domuser, int *len)
}
}
- safe_strcpy(buf, user, *len);
+ safe_strcpy((char *)buf, user, *len);
}
/* Ensure an incoming username from NSS is fully qualified. Replace the
--
Samba Shared Repository
More information about the samba-cvs
mailing list