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:
25b30c0
)
removed some debug stuff from luke
author
Andrew Tridgell
<tridge@samba.org>
Thu, 18 Jul 1996 10:09:01 +0000
(10:09 +0000)
committer
Andrew Tridgell
<tridge@samba.org>
Thu, 18 Jul 1996 10:09:01 +0000
(10:09 +0000)
(This used to be commit
1fd1d7c27c4be1eba0833c787d40f1217e63127d
)
source3/client/client.c
patch
|
blob
|
history
diff --git
a/source3/client/client.c
b/source3/client/client.c
index 14a6e20ab588078ba23bab936172ba71b62d3c89..27837d08dcb61f6076a15652b349cd8ab67df534 100644
(file)
--- a/
source3/client/client.c
+++ b/
source3/client/client.c
@@
-3643,10
+3643,9
@@
static BOOL list_servers(char *wk_grp)
for (i=0;i<count;i++) {
char *sname = p2;
int comment_offset = IVAL(p2,22) & 0xFFFF;
for (i=0;i<count;i++) {
char *sname = p2;
int comment_offset = IVAL(p2,22) & 0xFFFF;
- uint32 stype = IVAL(p2,18);
- printf("\t%-16.16s %s %8x\n",
+ printf("\t%-16.16s %s\n",
sname,
sname,
- comment_offset?rdata+comment_offset-converter:""
, stype
);
+ comment_offset?rdata+comment_offset-converter:"");
ok=True;
p2 += 26;
ok=True;
p2 += 26;
@@
-3682,10
+3681,9
@@
static BOOL list_servers(char *wk_grp)
for (i=0;i<count;i++) {
char *sname = p2;
int comment_offset = IVAL(p2,22) & 0xFFFF;
for (i=0;i<count;i++) {
char *sname = p2;
int comment_offset = IVAL(p2,22) & 0xFFFF;
- uint32 stype =IVAL(p2,18);
- printf("\t%-16.16s %s %8x\n",
+ printf("\t%-16.16s %s\n",
sname,
sname,
- comment_offset?rdata+comment_offset-converter:""
,stype
);
+ comment_offset?rdata+comment_offset-converter:"");
ok=True;
p2 += 26;
ok=True;
p2 += 26;