#51138 Ticket 137 - fix compiler warning
Closed 3 years ago by spichugi. Opened 3 years ago by firstyear.
firstyear/389-ds-base 50970-compiler-warns  into  master

file modified
+1 -1
@@ -2891,7 +2891,7 @@ 

          return NULL;

      }

  

-     return attr->a_present_values.va;

+     return (const struct slapi_value **)attr->a_present_values.va;

  }

  

  /*

No problem mate, sorry I missed it.

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/4191

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

3 years ago
Metadata