1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-libndr: remove cmdline_lp_ctx.

Guenther
This commit is contained in:
Günther Deschner 2011-01-25 02:52:18 +01:00
parent dd35fe181c
commit f0b3c72bcc

View File

@ -206,7 +206,5 @@ _PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name
ndr->print(ndr, "%-25s: %s", name, print_sockaddr(addr, sizeof(addr), ss));
}
void *cmdline_lp_ctx;
const struct ndr_syntax_id null_ndr_syntax_id =
{ { 0, 0, 0, { 0, 0 }, { 0, 0, 0, 0, 0, 0 } }, 0 };