trying to get HEAD building again. If you want the code
[gd/samba-autobuild/.git] / source3 / nmbd / nmbd_elections.c
index 339a27d2078c4ba626844479ad11e397f01809d6..b948eb9d04ea5bef6a19adb9fd636a440dd08244 100644 (file)
@@ -48,7 +48,7 @@ static void send_election_dgram(struct subnet_record *subrec, const char *workgr
   SIVAL(p,5,timeup*1000); /* ms - Despite what the spec says. */
   p += 13;
   pstrcpy_base(p, server_name, outbuf);
-  strupper(p);
+  strupper_m(p);
   p = skip_string(p,1);
   
   send_mailslot(False, BROWSE_MAILSLOT, outbuf, PTR_DIFF(p,outbuf),