Skip to content
  • Steve Lhomme's avatar
    dsm: fix mismatched pointer · 009bce07
    Steve Lhomme authored
    Fixes this warning with clang10:
    incompatible pointer types passing 'u_long *' (aka 'unsigned long *') to parameter of type 'uint32_t *' (aka 'unsigned int *')
    
    Similar to what is done in access/smb2.c
    009bce07