Revision 1605 src/importldif.c
| importldif.c (revision 1605) | ||
|---|---|---|
| 329 | 329 |
} |
| 330 | 330 |
|
| 331 | 331 |
if( ! errFlag ) {
|
| 332 |
gchar *sFSFile; |
|
| 332 | 333 |
/* Read attribute list */ |
| 333 |
ldif_set_file( _ldifFile_, sFile ); |
|
| 334 |
sFSFile = conv_filename_from_utf8( sFile ); |
|
| 335 |
ldif_set_file( _ldifFile_, sFSFile ); |
|
| 336 |
g_free( sFSFile ); |
|
| 334 | 337 |
if( ldif_read_tags( _ldifFile_ ) == MGU_SUCCESS ) {
|
| 335 | 338 |
/* Load fields */ |
| 336 | 339 |
/* ldif_print_file( _ldifFile_, stdout ); */ |
Also available in: Unified diff