[SCM] Samba Shared Repository - branch master updated - ba58d17e6981dcf6775c1706ff21afa6c5849ede

Günther Deschner gd at samba.org
Mon Sep 22 17:33:46 GMT 2008


The branch, master has been updated
       via  ba58d17e6981dcf6775c1706ff21afa6c5849ede (commit)
      from  1d92b2211cc507dd62526f564ec7f75a07110e00 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ba58d17e6981dcf6775c1706ff21afa6c5849ede
Author: Günther Deschner <gd at samba.org>
Date:   Mon Sep 22 19:31:44 2008 +0200

    netapi: fix case statement in example NetUserSetModals code.
    
    Guenther

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

Summary of changes:
 source3/lib/netapi/examples/user/user_modalsset.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/netapi/examples/user/user_modalsset.c b/source3/lib/netapi/examples/user/user_modalsset.c
index 57e1ef7..c6958a9 100644
--- a/source3/lib/netapi/examples/user/user_modalsset.c
+++ b/source3/lib/netapi/examples/user/user_modalsset.c
@@ -95,6 +95,7 @@ int main(int argc, const char **argv)
 		case 1:
 		case 2:
 		case 3:
+			break;
 		case 1001:
 			u1001.usrmod1001_min_passwd_len = 0;
 			buffer = (uint8_t *)&u1001;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list