adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

750fa2c Resolves: bug 253047

Authored and Committed by rmeggins 16 years ago
    Resolves: bug 253047
    Bug Description: Does not build on Fedora 8
    Fix Description: If using the O_CREAT flag with open(), the file mode must also be given.  Also, the bdb calls to use ->open() must use parentheses around the function pointer access e.g. (DB->open)(args...) instead of just DB->open(args).
    Platforms tested: RHEL4, Fedora 8
    Flag Day: no
    Doc impact: no