diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-02 17:04:22 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-02 17:04:22 +0100 |
commit | a1cc27814240bf50bd546dcfc8b80d3838a6a38d (patch) | |
tree | 04d7c24dcbbeb344fa36b5a0937015b44008da30 /source4/libcli/util | |
parent | cb77fca1cd4cb340ca619410195aa6895f848b92 (diff) | |
download | samba-a1cc27814240bf50bd546dcfc8b80d3838a6a38d.tar.gz samba-a1cc27814240bf50bd546dcfc8b80d3838a6a38d.tar.bz2 samba-a1cc27814240bf50bd546dcfc8b80d3838a6a38d.zip |
Remove use of global_loadparm during initialization of gensec.
Diffstat (limited to 'source4/libcli/util')
-rw-r--r-- | source4/libcli/util/errormap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/util/errormap.c b/source4/libcli/util/errormap.c index 2257955c76..4260c0dd7d 100644 --- a/source4/libcli/util/errormap.c +++ b/source4/libcli/util/errormap.c @@ -1157,8 +1157,8 @@ static const struct { {NT_STATUS(0x80000025), W_ERROR(0x962)}, {NT_STATUS(0x80000288), W_ERROR(0x48d)}, {NT_STATUS(0x80000289), W_ERROR(0x48e)}, - {NT_STATUS_OK, WERR_OK}}; - + {NT_STATUS_OK, WERR_OK} +}; /* check if a DOS encoded NTSTATUS code maps to the given NTSTATUS code |