libcli/security: remove unused variable.
authorGünther Deschner <gd@samba.org>
Fri, 17 Dec 2010 11:47:13 +0000 (12:47 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 17 Dec 2010 12:56:27 +0000 (13:56 +0100)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Dec 17 13:56:27 CET 2010 on sn-devel-104

libcli/security/util_sid.c

index 18b99519606dc575793d40c0bd3a2337df895498..52d48ce431585a218a2ef146ccb354d867376db1 100644 (file)
@@ -253,7 +253,6 @@ bool sid_blob_parse(DATA_BLOB in, struct dom_sid *sid)
 
 bool sid_parse(const char *inbuf, size_t len, struct dom_sid *sid)
 {
-       enum ndr_err_code ndr_err;
        DATA_BLOB in = data_blob_const(inbuf, len);
        return sid_blob_parse(in, sid);
 }