~ubuntu-branches/ubuntu/raring/postfix/raring

« back to all changes in this revision

Viewing changes to src/util/dict_nis.c

Tags: upstream-2.2.6
ImportĀ upstreamĀ versionĀ 2.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
    int     err;
144
144
    static VSTRING *buf;
145
145
 
 
146
    /*
 
147
     * Sanity check.
 
148
     */
 
149
    if ((dict->flags & (DICT_FLAG_TRY1NULL | DICT_FLAG_TRY0NULL)) == 0)
 
150
        msg_panic("dict_nis_lookup: no DICT_FLAG_TRY1NULL | DICT_FLAG_TRY0NULL flag");
 
151
 
146
152
    dict_errno = 0;
147
153
    if (dict_nis_domain == dict_nis_disabled)
148
154
        return (0);