Ignore:
Timestamp:
Jan 9, 2017, 5:19:49 PM (9 years ago)
Author:
Herwig Bauernfeind
Message:

Fix Ticket #281 (Workgroup not saved during initial setup)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/sscc/sscc.vrx

    r1004 r1005  
    12731273        section       = '[global]'
    12741274        call lineout smbconf, section
    1275         call lineout smbconf, Indent||'workgroup = WORKGROUP'
     1275        call lineout smbconf, Indent||'workgroup = 'workgroup
    12761276        call lineout smbconf, Indent||'netbios name = 'value('HOSTNAME',,'OS2ENVIRONMENT')
    12771277        call lineout smbconf, Indent||'server string = %h Samba Server for eCS (OS/2)'
     
    27352735Menu_File_reset_Click:
    27362736    say "Menu_File_reset_Click() started"
     2737    workgroup = "WORKGROUP"
    27372738    call _SmbConfCreateDefault
    27382739    ok = SysFileTree(smbconf,exist.,'FO')
     
    30023003    end
    30033004
     3005    workgroup = VRGet("EF_WORKGROUP","Value")
    30043006    call _SmbConfCreateDefault
    30053007    /* call _Smb35Init */
Note: See TracChangeset for help on using the changeset viewer.