Replace C++-style comments with C.
authorTim Potter <tpot@hp.com>
Sun, 17 Feb 2008 23:21:17 +0000 (10:21 +1100)
committerGünther Deschner <gd@samba.org>
Mon, 18 Feb 2008 09:15:22 +0000 (10:15 +0100)
(This used to be commit a1d07469236c06b65f14a59a27d7f7abcb106b5e)

source3/client/smbmnt.c
source3/rpc_server/srv_samr_nt.c

index 198faca173cbd6e339f4a25feca4d82429bf5c83..3d7de1b3c07928e8d88d8bac7f49a0ad9448269a 100644 (file)
@@ -251,7 +251,7 @@ do_mount(char *share_name, unsigned int flags, struct smb_mount_data *data)
                 return -1;
         }
 
-        data.uid = mount_uid;    // truncates to 16-bits here!!!
+        data.uid = mount_uid;    /* truncates to 16-bits here!!! */
         data.gid = mount_gid;
         data.file_mode = (S_IRWXU|S_IRWXG|S_IRWXO) & mount_fmask;
         data.dir_mode  = (S_IRWXU|S_IRWXG|S_IRWXO) & mount_dmask;
index 0db74c2a1bb1fa0e02d5740663c6429094f36e3d..df7bb9b206ca49d934ef6898a5ee95f6710482cd 100644 (file)
@@ -2535,10 +2535,10 @@ static NTSTATUS get_user_info_21(TALLOC_CTX *mem_ctx,
                              logon_hours,
                              pdb_get_bad_password_count(pw),
                              pdb_get_logon_count(pw),
-                             0, //country_code,
-                             0, //code_page,
-                             0, //nt_password_set,
-                             0, //lm_password_set,
+                             0, /* country_code */
+                             0, /* code_page */
+                             0, /* nt_password_set */
+                             0, /* lm_password_set */
                              password_expired);
        TALLOC_FREE(pw);