Check-in [77c233b2a4]
Overview
Comment:Fixed typo causing tuapi loading to fail
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 77c233b2a4932bf5e5dbb414bce4b21a77484cf9
User & Date: rkeene on 2014-12-20 06:47:38
Other Links: manifest | tags
Context
2014-12-22
18:13
Added support for passing arguments to kernel modules check-in: 70b183f4c0 user: rkeene tags: trunk
2014-12-20
06:47
Fixed typo causing tuapi loading to fail check-in: 77c233b2a4 user: rkeene tags: trunk
2014-12-19
00:01
Updated to try to continue loading after an error occurs check-in: 72373a7088 user: rkeene tags: trunk
Changes

Modified tuapi.tcl from [8e9a9635fe] to [d7c3601a8e].

453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
				}

				set module [file join $modules_dir $module]

				if {$options(call_insmod)} {
					if {[catch {
						::tuapi::syscall::insmod $module
					]} {
						continue
					}
				}

				lappend retval $module
			}
		}







|







453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
				}

				set module [file join $modules_dir $module]

				if {$options(call_insmod)} {
					if {[catch {
						::tuapi::syscall::insmod $module
					}]} {
						continue
					}
				}

				lappend retval $module
			}
		}