diff options
author | Samba Release Account <samba-bugs@samba.org> | 1996-07-17 18:33:36 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1996-07-17 18:33:36 +0000 |
commit | 25b30c08dce8c04b7b98c02ac1de61d7aa76798f (patch) | |
tree | 5d9cebebe73e69021e3fd0b5583db3a871543969 /source3/utils | |
parent | a17469475973ca4e682753b6cfad7170577810fb (diff) | |
download | samba-25b30c08dce8c04b7b98c02ac1de61d7aa76798f.tar.gz samba-25b30c08dce8c04b7b98c02ac1de61d7aa76798f.tar.bz2 samba-25b30c08dce8c04b7b98c02ac1de61d7aa76798f.zip |
lots of changes to nmbd
lkcl
(This used to be commit 45d3b2644733333c657c48a69719fec72881f7df)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/nmblookup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/nmblookup.c b/source3/utils/nmblookup.c index 4fbd839036..a543b90762 100644 --- a/source3/utils/nmblookup.c +++ b/source3/utils/nmblookup.c @@ -49,7 +49,7 @@ static BOOL open_sockets(void) return False; } - ServerFD = open_socket_in(SOCK_DGRAM, 0,3); + ServerFD = open_socket_in(SOCK_DGRAM, NMB_PORT,3); if (ServerFD == -1) return(False); @@ -164,7 +164,7 @@ int main(int argc,char *argv[]) strcpy(lookup,"\01\02__MSBROWSE__\02"); lookup_type = 1; } else { - lookup_type = 0x1d; + lookup_type = 0x1b; } } |