Subversion Repositories Kolibri OS

Rev

Rev 5686 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5686 Rev 6323
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2010-2015. All rights reserved.    ;;
3
;; Copyright (C) KolibriOS team 2010-2016. All rights reserved.    ;;
4
;; Distributed under terms of the GNU General Public License       ;;
4
;; Distributed under terms of the GNU General Public License       ;;
5
;;                                                                 ;;
5
;;                                                                 ;;
6
;;  Written by hidnplayr@kolibrios.org                             ;;
6
;;  Written by hidnplayr@kolibrios.org                             ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;          GNU GENERAL PUBLIC LICENSE                             ;;
8
;;          GNU GENERAL PUBLIC LICENSE                             ;;
Line 246... Line 246...
246
        invoke  ini.set_str, net_ini, str_ini_int, str_ini_ip_type, sz_disabled, 8
246
        invoke  ini.set_str, net_ini, str_ini_int, str_ini_ip_type, sz_disabled, 8
247
;  @@:
247
;  @@:
248
  .ip_type_ok:
248
  .ip_type_ok:
Line 249... Line 249...
249
 
249
 
-
 
250
        cmp     [option_dns], op_dns_auto
250
        cmp     [option_dns], op_dns_auto
251
        jne     .dns_static
251
        invoke  ini.set_str, net_ini, str_ini_int, str_ini_dns_type, sz_auto, 4
252
        invoke  ini.set_str, net_ini, str_ini_int, str_ini_dns_type, sz_auto, 4
252
        jmp     @f
253
        jmp     @f
253
  .dns_static:
254
  .dns_static:
254
        invoke  ini.set_str, net_ini, str_ini_int, str_ini_dns_type, sz_static, 6
255
        invoke  ini.set_str, net_ini, str_ini_int, str_ini_dns_type, sz_static, 6