From 34e41674468eb699b68c5ffbe34293f91e3b76fa Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 24 Jun 2008 12:30:34 +0200 Subject: net_vampire: add username/password to samsync_context. Guenther (This used to be commit e884304206b512a1ffc70b7a4da8db3c6dfd4f11) --- source3/libnet/libnet_samsync.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/libnet/libnet_samsync.h b/source3/libnet/libnet_samsync.h index 03d4f5366c..de0225c6fc 100644 --- a/source3/libnet/libnet_samsync.h +++ b/source3/libnet/libnet_samsync.h @@ -39,6 +39,9 @@ struct samsync_context { const char *domain_name; const char *output_filename; + const char *username; + const char *password; + char *result_message; char *error_message; -- cgit