mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
fix the build
This commit is contained in:
parent
3080fd6624
commit
34fc529d95
@ -25,6 +25,7 @@
|
||||
#include "param/secrets.h"
|
||||
#include "param/param.h"
|
||||
#include "lib/events/events.h"
|
||||
#include "lib/util/util_ldb.h"
|
||||
|
||||
int net_machinepw_usage(struct net_context *ctx, int argc, const char **argv)
|
||||
{
|
||||
@ -38,7 +39,6 @@ int net_machinepw(struct net_context *ctx, int argc, const char **argv)
|
||||
TALLOC_CTX *mem_ctx;
|
||||
struct event_context *ev;
|
||||
struct ldb_message **msgs;
|
||||
int res;
|
||||
int num_records;
|
||||
const char *attrs[] = { "secret", NULL };
|
||||
const char *secret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user