Skip to content

Commit

Permalink
Add linuxman config file just so we avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Schmitt committed Jul 18, 2024
1 parent 7c95540 commit 8c786b2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/debug.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Debug and Test Options
#
option(OFC_HANDLE_DEBUG "Build in debug checks for handles" ON)
option(OFC_HANDLE_DEBUG "Build in debug checks for handles" OFF)
option(OFC_MESSAGE_DEBUG "Build in debug checks for messages" OFF)
option(OFC_APP_DEBUG "Build in debug checks for apps" OFF)
option(OFC_HEAP_DEBUG "Build in debug checks for heap" ON)
Expand Down
34 changes: 34 additions & 0 deletions configs/linuxman-debug-smbclient.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<of_core version="0.0">
<logging>
<console>yes</console>
<level>2</level>
</logging>
<devicename>localhost</devicename>
<uuid>00000000-0000-0000-0000-000000000000</uuid>
<description>Open Files</description>
<ip>
<autoip>no</autoip>
<interfaces>
<config>auto</config>
</interfaces>
<dnslist></dnslist>
</ip>
<drives>
<map>
<drive>test</drive>
<description>Remote for test_file</description>
<path>//user:happy@127.0.0.1:445/spiritcloud/</path>
</map>
</drives>
<smb>
<max_events>5</max_events>
<time_period>30000</time_period>
<max_version>0311</max_version>
<ciphers>
<cipher>aes128-ccm</cipher>
<cipher>aes128-gcm</cipher>
</ciphers>
</smb>
</of_core>

0 comments on commit 8c786b2

Please sign in to comment.