git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41e97c3
)
oops
author
Luke Leighton
<lkcl@samba.org>
Mon, 19 Oct 1998 20:10:33 +0000
(20:10 +0000)
committer
Luke Leighton
<lkcl@samba.org>
Mon, 19 Oct 1998 20:10:33 +0000
(20:10 +0000)
(This used to be commit
7f8dfedfc0933713ab7d6de0763f8776e5805e27
)
source3/rpcclient/cmd_samr.c
patch
|
blob
|
history
diff --git
a/source3/rpcclient/cmd_samr.c
b/source3/rpcclient/cmd_samr.c
index efb1bcf974ec5c311187e924096aab8ce0078e9d..69e29f032a7a01a9b4d766e5d8cd51d2975fb2b9 100644
(file)
--- a/
source3/rpcclient/cmd_samr.c
+++ b/
source3/rpcclient/cmd_samr.c
@@
-106,11
+106,11
@@
void cmd_sam_ntchange_pwd(struct client_info *info)
if (res)
{
- fprintf(out_hnd, "NT Password changed OK\n")
)
;
+ fprintf(out_hnd, "NT Password changed OK\n");
}
else
{
- fprintf(out_hnd, "NT Password change FAILED\n")
)
;
+ fprintf(out_hnd, "NT Password change FAILED\n");
}
}