Changeset 845
- Timestamp:
 - Feb 12, 2014, 6:49:23 PM (12 years ago)
 - Location:
 - trunk/server/source3
 - Files:
 - 
      
- 2 edited
 
- 
          
  nmbd/nmbd.c (modified) (2 diffs)
 - 
          
  smbd/server.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/server/source3/nmbd/nmbd.c
r843 r845 792 792 793 793 #ifdef __OS2__ 794 EXCEPTIONREGISTRATIONRECORD *pExRegRec;795 LoadExceptq( pExRegRec, NULL, NULL);794 EXCEPTIONREGISTRATIONRECORD ExRegRec; 795 LoadExceptq(&ExRegRec, NULL, NULL); 796 796 #endif 797 797 … … 1051 1051 1052 1052 #ifdef __OS2__ 1053 if (pExRegRec != NULL) 1054 UninstallExceptq(pExRegRec); 1053 UninstallExceptq(&ExRegRec); 1055 1054 #endif 1056 1055 return(0);  - 
      
trunk/server/source3/smbd/server.c
r843 r845 910 910 911 911 #ifdef __OS2__ 912 EXCEPTIONREGISTRATIONRECORD *pExRegRec;913 LoadExceptq( pExRegRec, NULL, NULL);912 EXCEPTIONREGISTRATIONRECORD ExRegRec; 913 LoadExceptq(&ExRegRec, NULL, NULL); 914 914 #endif 915 915 /* … … 1336 1336 TALLOC_FREE(frame); 1337 1337 #ifdef __OS2__ 1338 if (pExRegRec != NULL) 1339 UninstallExceptq(pExRegRec); 1338 UninstallExceptq(&ExRegRec); 1340 1339 #endif 1341 1340 return(0);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  