Changeset 2387 in MondoRescue
- Timestamp:
- Sep 10, 2009, 6:40:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-cli.c
r2380 r2387 1011 1011 fatal_error("No protocol correctly specified for remote share mount. Use protocol://server:share"); 1012 1012 } 1013 /* new netfs mount */ 1014 strcpy(tmp,p); 1013 p++ 1014 /* p points on to the string server:/path */ 1015 strcpy(bkpinfo->netfs_mount,p); 1016 1017 /* going back to protocol */ 1015 1018 p--; 1016 1019 p--; … … 1019 1022 mr_asprintf(&q,"%s",bkpinfo->netfs_mount); 1020 1023 bkpinfo->netfs_proto = q; 1021 strcpy(bkpinfo->netfs_mount,tmp);1022 1024 } 1023 1025 /* test if we specified a user */
Note:
See TracChangeset
for help on using the changeset viewer.