Changeset 740 for vendor/current/source4/client/cifsddio.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/client/cifsddio.c
r414 r740 21 21 #include "includes.h" 22 22 #include "system/filesys.h" 23 #include "libcli/raw/libcliraw.h"24 23 #include "libcli/libcli.h" 25 24 #include "lib/cmdline/popt_common.h" … … 229 228 struct smbcli_options *options, 230 229 struct smbcli_session_options *session_options, 231 struct smb_iconv_convenience *iconv_convenience,232 230 struct gensec_settings *gensec_settings) 233 231 { … … 244 242 ev, options, 245 243 session_options, 246 iconv_convenience,247 244 gensec_settings); 248 245 … … 314 311 struct smbcli_options *smb_options, 315 312 struct smbcli_session_options *smb_session_options, 316 struct smb_iconv_convenience *iconv_convenience,317 313 struct gensec_settings *gensec_settings) 318 314 { … … 338 334 socket_options, 339 335 smb_options, smb_session_options, 340 iconv_convenience,341 336 gensec_settings)) == NULL) { 342 337 return(NULL); … … 363 358 struct smbcli_options *smb_options, 364 359 struct smbcli_session_options *smb_session_options, 365 struct smb_iconv_convenience *iconv_convenience,366 360 struct gensec_settings *gensec_settings) 367 361 { … … 384 378 socket_options, smb_options, 385 379 smb_session_options, 386 iconv_convenience,387 380 gensec_settings)); 388 381 }
Note:
See TracChangeset
for help on using the changeset viewer.