trying to get HEAD building again. If you want the code
[abartlet/samba.git/.git] / source3 / torture / rpctorture.c
index 086f8d5d3311eef45e42c0fb02e604191864eca8..8dfaebd64fae68eee83667509352b6250edd5eb8 100644 (file)
@@ -363,7 +363,7 @@ enum client_action
                        case 'S':
                        {
                                pstrcpy(cli_info.dest_host,optarg);
-                               strupper(cli_info.dest_host);
+                               strupper_m(cli_info.dest_host);
                                cli_action = CLIENT_IPC;
                                break;
                        }
@@ -486,7 +486,7 @@ enum client_action
                exit(1);
        }
 
-       strupper(global_myname);
+       strupper_m(global_myname);
        fstrcpy(cli_info.myhostname, global_myname);
 
        DEBUG(3,("%s client started (version %s)\n",timestring(False),VERSION));
@@ -495,7 +495,7 @@ enum client_action
        {
                pstrcpy(smb_cli->domain,lp_workgroup());
        }
-       strupper(smb_cli->domain);
+       strupper_m(smb_cli->domain);
 
        load_interfaces();
 
@@ -506,7 +506,7 @@ enum client_action
        }
 
        fstrcpy(cli_info.mach_acct, cli_info.myhostname);
-       strupper(cli_info.mach_acct);
+       strupper_m(cli_info.mach_acct);
        fstrcat(cli_info.mach_acct, "$");
 
        /* set the password cache info */