1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r22693: Always compile before checkin.... I've now installed dmapi on my laptop :-)

This commit is contained in:
Volker Lendecke 2007-05-06 08:22:59 +00:00 committed by Gerald (Jerry) Carter
parent 3f956d3451
commit 7460511c4e

View File

@ -153,7 +153,8 @@ retry:
/* No session already defined. */
if (dmapi_session == DM_NO_SESSION) {
err = dm_create_session(DM_NO_SESSION,
CONST_DISCARD(DMAPI_SESSION_NAME),
CONST_DISCARD(char *,
DMAPI_SESSION_NAME),
&dmapi_session);
if (err < 0) {
DEBUGADD(DMAPI_TRACE,