home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / mirrem.exe / SFT_2.FIX < prev    next >
Text File  |  1990-04-11  |  620b  |  43 lines

  1. /*
  2.     PTF0001
  3.  
  4.     This PTF corrects the GPI of the server in the disk process when a mirrored
  5.     server mounts the last of its removable volumes.
  6.  
  7.     Updates are for SFT_2.OBJ for NetWare 2.15c only.
  8. */
  9.  
  10. segment=assembly;
  11.  
  12.  offset=357d;
  13.      find=000000;
  14. replace=8b5e06;
  15.  
  16.  offset=3580;
  17.      find=00;
  18. replace=53;
  19.  
  20.  offset=3581;
  21.      find=000000;
  22. replace=e99b9a;
  23.  
  24.  offset=3584;
  25.      find=000000;
  26. replace=8b5e06;
  27.  
  28.  offset=3587;
  29.      find=00000000;
  30. replace=8a9f7247;
  31.  
  32.  offset=358b;
  33.      find=0000;
  34. replace=8ac3;
  35.  
  36.  offset=358d;
  37.      find=00000000;
  38. replace=8a9f9247;
  39.  
  40.  offset=3591;
  41.      find=000000;
  42. replace=e9b69a;
  43.