Tags: patch

This patch fixes the `strange result' warning for Windows shares with
smbclient 3.0.14 (at least):

? Domain=[SRD] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]

It's against the amanda 2.4.5 source (Debian testing).

2005-07-12  Dave Love  <[EMAIL PROTECTED]>

	* client-src/sendbackup-gnutar.c: Move `^Domain=' pattern outside
	SAMBA_VERSION < 2 conditional.

--- client-src/sendbackup-gnutar.c	2005/07/08 10:45:52	1.1
+++ client-src/sendbackup-gnutar.c	2005/07/08 10:52:48
@@ -73,6 +73,7 @@
   AM_NORMAL_RE("^[Aa]dded interface"),
   AM_NORMAL_RE("^session request to "),
   AM_NORMAL_RE("^tar: dumped [0-9][0-9]* (tar )?files"),
+  AM_NORMAL_RE("^Domain="),
 
 #if SAMBA_VERSION < 2
   AM_NORMAL_RE("^doing parameter"),
@@ -80,7 +81,6 @@
   AM_NORMAL_RE("^adding IPC"),
   AM_NORMAL_RE("^Opening"),
   AM_NORMAL_RE("^Connect"),
-  AM_NORMAL_RE("^Domain="),
   AM_NORMAL_RE("^max"),
   AM_NORMAL_RE("^security="),
   AM_NORMAL_RE("^capabilities"),

Reply via email to