summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-08-11 17:34:00 +0000
committerHerb Lewis <herb@samba.org>1998-08-11 17:34:00 +0000
commit5f5562ff601b69c3f7629fa57ddd621e201c5806 (patch)
treeb2e451f150db7409b00c2274c136c835f90e24d2 /packaging
parentefa67d6b2b6d4a1e007dba5f2f5da5aff723fe59 (diff)
downloadsamba-5f5562ff601b69c3f7629fa57ddd621e201c5806.tar.gz
samba-5f5562ff601b69c3f7629fa57ddd621e201c5806.tar.xz
samba-5f5562ff601b69c3f7629fa57ddd621e201c5806.zip
strip out extra spaces from smbclient output that were added recently
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/SGI/findsmb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/findsmb b/packaging/SGI/findsmb
index 4cb3c80a428..c10efbf22a7 100755
--- a/packaging/SGI/findsmb
+++ b/packaging/SGI/findsmb
@@ -95,7 +95,7 @@ foreach $ip (@ipaddrs) # loop through each IP address found
@info = grep(/OS=/,@smb);
$_ = @info[0];
if ($_) { # we found response
- s/Domain=|OS=|Server=|\n//g; # strip out descriptions to make line shorter
+ s/.*Domain=|OS=|Server=|\n//g; # strip out descriptions to make line shorter
} else { # no OS= string in response (WIN95 client)