|
@@ -799,8 +799,8 @@ struct mi_root * mi_profile_list(struct mi_root *cmd_tree, void *param )
|
|
ph=ph->next;
|
|
ph=ph->next;
|
|
}while( ph!=profile->entries[i].first );
|
|
}while( ph!=profile->entries[i].first );
|
|
}
|
|
}
|
|
- lock_release( &profile->lock );
|
|
|
|
}
|
|
}
|
|
|
|
+ lock_release( &profile->lock );
|
|
} else {
|
|
} else {
|
|
/* check for value also */
|
|
/* check for value also */
|
|
lock_get( &profile->lock );
|
|
lock_get( &profile->lock );
|
|
@@ -818,8 +818,8 @@ struct mi_root * mi_profile_list(struct mi_root *cmd_tree, void *param )
|
|
ph=ph->next;
|
|
ph=ph->next;
|
|
}while( ph!=profile->entries[i].first );
|
|
}while( ph!=profile->entries[i].first );
|
|
}
|
|
}
|
|
- lock_release( &profile->lock );
|
|
|
|
}
|
|
}
|
|
|
|
+ lock_release( &profile->lock );
|
|
}
|
|
}
|
|
|
|
|
|
return rpl_tree;
|
|
return rpl_tree;
|