git.samba.org
/
tprouty
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3080fd6
)
fix the build
author
Volker Lendecke
<vl@samba.org>
Sun, 23 Nov 2008 11:13:48 +0000
(12:13 +0100)
committer
Volker Lendecke
<vl@samba.org>
Sun, 23 Nov 2008 11:13:48 +0000
(12:13 +0100)
source4/utils/net/net_machinepw.c
patch
|
blob
|
history
diff --git
a/source4/utils/net/net_machinepw.c
b/source4/utils/net/net_machinepw.c
index 8c2fac95571054d8438f6331202091fae7b2ee05..710d889c19ca3ac08115419ed31b8df6a13e7f58 100644
(file)
--- a/
source4/utils/net/net_machinepw.c
+++ b/
source4/utils/net/net_machinepw.c
@@
-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;