trying to get HEAD building again. If you want the code
[abartlet/samba.git/.git] / source3 / nmbd / nmbd_namelistdb.c
index 932d926a9198cb6924bd14952ef9f5a419c9245e..3f6d2f3b64358e43e402911bb36388a878ca237f 100644 (file)
@@ -49,8 +49,8 @@ static void upcase_name( struct nmb_name *target, struct nmb_name *source )
   if( NULL != source )
     (void)memcpy( target, source, sizeof( struct nmb_name ) );
 
-  strupper( target->name );
-  strupper( target->scope );
+  strupper_m( target->name );
+  strupper_m( target->scope );
 
   /* fudge... We're using a byte-by-byte compare, so we must be sure that
    * unused space doesn't have garbage in it.