diff options
author | Gerald Carter <jerry@samba.org> | 2001-06-01 12:33:16 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-06-01 12:33:16 +0000 |
commit | e76caa5a8b2015211741253b5aa4e069621e411a (patch) | |
tree | 57e67493bb23366a97f2739d53261037ed38fffd /packaging/SGI/findsmb | |
parent | ff681c40678cca8e5b2fa5400fc4f9319c5aa869 (diff) | |
download | samba-e76caa5a8b2015211741253b5aa4e069621e411a.tar.gz samba-e76caa5a8b2015211741253b5aa4e069621e411a.tar.bz2 samba-e76caa5a8b2015211741253b5aa4e069621e411a.zip |
final sync with SAMBA_2_2
(This used to be commit a25f6694d230fe384c212350dacf17bfae3ab79d)
Diffstat (limited to 'packaging/SGI/findsmb')
-rwxr-xr-x | packaging/SGI/findsmb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/findsmb b/packaging/SGI/findsmb index c10efbf22a..a48ec592e8 100755 --- a/packaging/SGI/findsmb +++ b/packaging/SGI/findsmb @@ -63,7 +63,7 @@ foreach $ip (@ipaddrs) # loop through each IP address found # get the first <00> name - @name = grep(/<00>/,@nmblookup); + @name = grep(/<00> - /,@nmblookup); $_ = @name[0]; if ($_) { # we have a netbios name if (/GROUP/) { # is it a group name |